- Install dependencies
npm install
- Copy .env.example to .env.local and populate it
cp .env.example .env.local
- Create database tables if the don't already exist
npm run db-sync-local
- Run Local Server
npm run local
- Copy .env.example to .env.test and populate it
cp .env.example .env.test
- Run tests
npm run test