Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 252 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 252 Bytes

HOW TO RUN LOCALLY

Step 1: Create env

rename .env.example to .env and provide the necessary keys

Step 2: install dependencies

yarn

Step 3: start development server

yarn run dev

Seed db locally

yarn run seed