A platform dedicated to high-quality puzzle games.
- Run
npm install
- Create a
.env
file 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 dev
to test changes locally
Required: Docker installed and running locally.
- Run
bash startDevEnv.sh
in the root directory
- Run
npm test
to run jest tests
- Find an issue to work on
- Fork the repo
- Test your changes locally
- Create a pull request