Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 265 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 265 Bytes

To setup and run backend

  1. cd backend
  2. pnpm i
  3. create .env.local with variables from .env.template
  4. pnpm run dev

To setup and run frontend

  1. cd frontend
  2. pnpm i
  3. create .env.local with variables from .env.template
  4. pnpm run dev