Skip to content

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

  1. Clone the repository:

    git clone https://github.com/yevhenZ-rounds/TheRoundersKnowledge.git
    cd TheRoundersKnowledge
    

  2. Install MkDocs and dependencies:

    pip install mkdocs mkdocs-material
    

  3. 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!