A wiki for viewing and editing Pokemon Speedrun routes using GitHub Pages and Docsify
View the github here or by clicking the GitHub icon in the top right of the live site
Wiki page edits can be suggested on GitHub by navigating through the docs folder and clicking the pencil icon once you find the relevant markdown page, then after making the relevant edit you can submit a pull request by scrolling to the bottom.
You can test changes to the site's wrapper code in docs/index.html
locally using Node.JS. Install docsify with npm install docsify-cli -g
and then run docsify serve docs
to spin up a local development server.