- MySQL installed (
brew install mysqlor run in Docker container) - Serverless Framework configured (follow Getting Started)
Install frontend dependencies:
cd frontend && npm installInstall backend dependencies:
cd backend && npm installBackend: cd backend && npm run offline runs the serverless framework in offline mode (locally)
Frontend: cd frontend && npm run dev runs next in dev mode