You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DB related requests and mutations inside the src/models folder.
You can define the starting budget and polling percentage in src/models/game.js like we did with this pull request. For polling percentage, you need to add a decimal to the number (i.e. "55.0").
Socket communication handling in src/socketio.js.
REST API endpoint handling in src/app.js.
DB migrations and seeds inside the data folder.
Migrating new content into the game should be done using the Airtable template via the migration page. There is a built-in debugger to ensure new game content fits the database schema.