Getting Started
Welcome! This guide will help you get up and running.
Prerequisites
Before you begin, make sure you have: - Python 3.7+ installed - Git - A text editor
Installation
-
Clone the repository:
git clone https://github.com/yevhenZ-rounds/TheRoundersKnowledge.git cd TheRoundersKnowledge -
Install MkDocs and dependencies:
pip install mkdocs mkdocs-material -
Build the documentation locally:
mkdocs serve
The site will be available at http://localhost:8000
Next Steps
- Check out the Contribute guide to learn how to add content
- Explore the documentation structure
- Start adding your own pages!