In PokeRogue, performing the same action in the same order will result in the same outcome. By sharing the routes our pathers took to complete the daily run, we can help others complete the run with ease. Previously, this has been done through Google Sheets. However, due to the increasing volume of traffic to the sheet and the intensity of work required daily to input the data, we are building a website to automate this workflow. The pathers use our path recording tool to record their steps and output them in json format, following the guidelines outlined here. This site generates a guide from the json provided.
See the contributing guide if you're interested in making changes.
Install yarn
npm install yarn -g
Install dependencies
yarn
Run project
yarn start