A platform dedicated to high-quality puzzle games.
- Run
npm install - Create a
.envfile in the root directory containing the following:
JWT_SECRET=anything
LOCAL=true
NEW_RELIC_APP_NAME=dummy
NEW_RELIC_LICENSE_KEY=dummy
REVALIDATE_SECRET=whatever
- Run
npm run devto test changes locally
Required: Docker installed and running locally.
- Run
bash startDevEnv.shin the root directory
- Run
npm testto run jest tests
- Find an issue to work on
- Fork the repo
- Test your changes locally
- Create a pull request