813 B
813 B
Website Guidelines
This directory is the Angular marketing website. It is separate from the product client in toju-app/.
Workflow
- Use
cd website && npm run start,cd website && npm run build, andcd website && npm run test. - See
../doc/typescript.mdfor shared TypeScript rules.
Boundaries
- Keep website code and assets local to
website/src/andwebsite/public/. - Do not couple the website to Electron or product-client runtime code.
- Share concepts through documentation and copy, not imports across packages.
- Treat generated
website/dist/output as build artifacts if it exists.
Before You Finish
- Validate whether relevant markdown docs or
AGENTS.mdfiles need updates. If behavior, workflows, commands, or architecture changed, update those docs in the same task.