You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#30Closes#29
## Changes
- Migrate from vite to next.js
- Add `./frontend/Dockerfile` and add `frontend` service to
docker-compose
- Add lint & formatting checks to CI
- Add frontend build check to CI
- Update python CI to not run on frontend changes
- Add `.env.example` to frontend (for `BASE_API_URL`)
- Update some types
- Add eslint rules
- Frontend port is now `3000` (nextjs default)
- Removed all instances of `react-router-dom` in favor of
`next/navigation`
No description provided.
The text was updated successfully, but these errors were encountered: