This contributing guide is currently a work-in progress.
Please open a github ticket describing how you wish to contribute.
Please note the content in the game is highly volatile, but any translations would still be highly appreciated.
- Add your language shortcode to app/src/internationalization/index.ts
- Copy app/src/internationalization/lang/en.json to app/src/internationalization/lang/<your-shortcode>.json
- Update the translation file with your language
- Run
yarn formatjs:compile:all
in the app directory (or add your own yarn script as per the examples) - Run the app locally and check the translation
- Send a pull request :-)
Coming Soon
Basic instructions are here. For further instructions, please see individual project READMEs.
After checking out the repository, please run yarn install
in the root of the project on a linux terminal (or WSL)
The models package is used by all parts of the game (react app, client/server, firebase functions) and must be built first.
(cd models && yarn build)
The client app must be built in order to run the react app.
(cd client && yarn build)
// TODO: .env setup
cd app
yarn start
Coming Soon
Coming Soon
Coming Soon
Coming Soon