React build is missing

Run the frontend build so Django can serve the SPA:

cd frontend && npm install && npm run build

The build should output to staticfiles/react/.

Back to home