There was an error while loading. Please reload this page.
Follow these steps to run the Next.js React frontend application locally.
frontend
cd frontend
.env.local
frontend/.env.example
NEXT_PUBLIC_USE_MOCK_API=true
npm install
npm run dev