bakery

Bakery

Local development now defaults to Dockerized PostgreSQL.

Quick start

  1. Copy the environment file:

    cp .env.example .env.local
    
  2. Start PostgreSQL:

    pnpm db:start
    
  3. Push the schema and seed/bootstrap the app data:

    pnpm db:push
    pnpm db:bootstrap
    
  4. Start the app:

    pnpm dev
    

Local database defaults

Notes