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
cd backend
cargo run # server at http://localhost:3000 (axum)
frontend
cd frontend
npm i
npm run dev # dev server at http://localhost:5173 (by vite, requires backend server running)
npm run build # build to dist/, server at http://localhost:3000 (axum)