This app is served by Django at https://hellowoco.app.
- From
frontend/:npm i && npm run build→ createsfrontend/dist/. - From project root:
python3.11 backend/manage.py runserver. - Open http://127.0.0.1:8000/.
- From
frontend/:npm i && npm run dev. - Vite runs on http://127.0.0.1:8080/ and proxies
/api,/admin,/accounts,/media,/staticto Django (seevite.config.ts).
From frontend/: npm run build.
The compiled output is frontend/dist/ (not committed). Deploys must build this folder before starting Django.
- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS