A platform dedicated to high-quality puzzle games.
npm install
.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
npm run dev
to test changes locallyRequired: Docker installed and running locally.
bash startDevEnv.sh
in the root directorynpm test
to run jest tests