Current live link: https://docs.escapesimulator.com/
- clone forked repository
fork the repo on github.
then run
git clone https://github.com/SuperJura/ESDocs.git
- download and install Nodejs
download latest LTS version.
https://nodejs.org/en
- install dependencies
open console in the cloned repo location
then run
$ npm install
- Start the project
$ npm start
This starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
- Create new .md file in docs folder
- Link the .md file to the sidebar in
sidebar.js
- Modify the .md file as you wish