web-portal · git:20260323.143c5b5 · 2026-03-23 · sha256 ba92fd75ecf9e3ac

web-portal git:20260323.143c5b5A

Immutable. This exact content is served forever at /api/v1/blob/ba92fd75ecf9e3ac.

---
description: "Rules for the React + Vite web portal frontend"
globs: "web-portal/**"
alwaysApply: false
---

# Web Portal Rules

- Separate React + Vite project with its own `package.json`
- Build output goes to `src/channels/web/static/`
- Run `npm run bootstrap` to install and build
- Tests: `npm run test:portal`
- Uses React + TypeScript, no additional UI framework dependencies
- Keep frontend code isolated from backend — communicate via API/WebSocket only