Run the Django backend first. The frontend proxies API requests to the backend URL from DJANGO_API_URL.
npm installcp .env.example .env.localFor local development, keep:
DJANGO_API_URL=http://127.0.0.1:8000npm run devOpen http://localhost:3000.
npm run build
npm run start