17 lines
502 B
Markdown
17 lines
502 B
Markdown
# __PROJECT_NAME__
|
|
|
|
Production-ready CASAN-governed NestJS + React project shell.
|
|
|
|
## Development
|
|
|
|
```bash
|
|
npm install
|
|
npm test
|
|
npm run build
|
|
CASAN_PROJECT_MANIFEST=apps/__PROJECT_SLUG__/domain/project.manifest.json bin/casan gate
|
|
```
|
|
|
|
The shell intentionally contains only health/bootstrap functionality. Product behavior must be
|
|
implemented from `apps/__PROJECT_SLUG__/domain/input/requirement.md` and may not bypass the
|
|
manifest build, test, verification, security, traceability, or approval gates.
|