The frontend of the boulder app
To run the app locally, use the following commands:
npm install
npm run dev
The app can be deployed to any static file server. Build the app with
npm run build
and then copy the out/ folder to your server.
Configuration is done through config files in static/gym/${NEXT_PUBLIC_GYM}.
All gym logos and sector images are under copyright by the corresponding boulder gyms.
The code is under MIT license, see LICENSE.