Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 415 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 415 Bytes

perf

Getting Started

  1. Ensure you have Postgres installed locally
  2. Set the DATABASE_URL environment variable, something like this:
DATABASE_URL=postgresql://<your_computer_username>@localhost:5432/blitz-example-store
  1. DB migrate
blitz db migrate
  1. Start the dev server
blitz start

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