goldberries.net is an archive of the community's efforts of playing modded Celeste maps without dying. In contrast to the old Google spreadsheet only listing all challenge completions, goldberries.net provides a proper database, verification queue, web-frontend, API and much more.
- Issue Tracker
- Frontend Repository [YOU ARE HERE]
- Backend Repository
- Celeste Modded Done Deathless Discord Server
This repository contains the frontend, built with React.
To setup the frontend:
npm install- If you plan on running the React test environment from a different port than
3000, change the.envfile.
To run the frontend:
- Start the database server
- Start the backend server
npm start
Depending on the type of resource you want to help with:
- UI/UX designs or improvements: @viddie in #gb-chat on the Discord server
- Code: PR request to the appropriate repository
- Translations: Check this message from the Discord server, then @viddie in #gb-chat
Any data issues (incorrect map name, missing submission videos, ...) should be reported in the #gb-report channel in the Discord server linked above.
For application issues, open a new issue in the Issue Tracker linked above.