npm install
npm run dev
Head to http://localhost:3000/api
- integrate new backend
- test rating
- update UI with Baps specs
- we don't want
/api/dev
endpoint when deployed on vercel - redirect browser
GET /api
to manifest - redirect
GET /
to manifest
npm install
npm run dev
Head to http://localhost:3000/api
/api/dev
endpoint when deployed on vercelGET /api
to manifestGET /
to manifest