Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 1.08 KB

File metadata and controls

15 lines (8 loc) · 1.08 KB

Fronvo banner

Setup

  • pnpm i

  • Fill out .env.example and rename to .env

  • docker compose up -d to start the PostgreSQL instance locally

  • pnpm start starts at port 3001

Testing

  • pnpm test while running the docker compose instance