Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 509 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 509 Bytes

Scrobble.moe

Getting Started

Run your app in the development mode.

blitz start

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/scrobble

Ensure the .env.test.local file has required environment variables:

DATABASE_URL=postgresql://<YOUR_DB_USERNAME>@localhost:5432/scrobble_test