Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 800 Bytes

File metadata and controls

39 lines (24 loc) · 800 Bytes

cleanarea(청정구역)

This app use blitzJs

Cleanarea is website for matching game players.

Getting Started

Run your app in the development mode.

blitz dev

Open http://localhost:3000 with your browser to see the result.

Environment Variables

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

Tests

Runs your tests using Jest.

yarn test

Blitz comes with a test setup using Jest and react-testing-library.