Documentation for the popular video game "Geometry Dash" by RobTopGames
This version of the GD Docs is still in its early stages. if you are in need of documentation, it is recommended you visit GD Docs v1 until this version has a good amount of documentation
To host this project on your local device, you will need to following:
- Node.js
- docsify-cli
To keep the setup as simple as possible, NPM Scripts have been created.
- To install the required dependencies, enter the following into the terminal
npm i
To start the project enter
npm start
and this will run the project on localhost:3000