Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 249 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 249 Bytes

setup

  1. Set DATABASE_URL in .env
  2. Install dependencies npm install
  3. Run the development server npm run dev

build and deploy

  1. Generate a production build npm run build
  2. Run the production build npm run start