"Kick-start your ideas to reality."
Polytoria simplifies your multiplayer game development.
It is easy to get started for beginners, and welcoming for advanced developers.
- Clone the repo with Git,
git clone https://github.com/Polytoria/Docs-v2.git- Cd into the repo,
cd ./Docs-v2- Install Python dependencies with pip,
pip install -r requirements.txt- Install Node.js dependencies with npm,
npm install- Build & Start the mkdocs Server
npm run dev- Open your browser and navigate to the URL, shown inside the terminal (usually
http://127.0.0.1:8000/).