This is currently undergoing significant changes as the remaster is being built from the legacy app. More updates will be coming soon!
To help contribute, currently go to the Legacy App and follow the README there. If you would like to contribute to the rework, come chat to us on the Wanderers Guide Discord and search tag @developer
in the development channel.
- Install node.js using the instructions here: https://nodejs.org/en/download
- Go into the
/frontend
directory - Run
npm install
- While npm installs, copy
.env.local.template
to.env.local
- Paste the supabase url and key into
.env.local
(get these values from the project settings page) - Run
npm run dev