Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 166 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 166 Bytes

Getting Started

  • cp env.local.example .env.local
  • npm install
  • npm run dev

The site will run on http://localhost:3000

Running Tests

npm run test