This app use blitzJs
Cleanarea is website for matching game players.
Run your app in the development mode.
blitz dev
Open http://localhost:3000 with your browser to see the result.
Ensure the .env.local file has required environment variables:
DATABASE_URL=postgresql://<YOUR_DB_USERNAME>@localhost:5432/cleanarea
Ensure the .env.test.local file has required environment variables:
DATABASE_URL=postgresql://<YOUR_DB_USERNAME>@localhost:5432/cleanarea_test
Runs your tests using Jest.
yarn test
Blitz comes with a test setup using Jest and react-testing-library.