docs: move architecture and configuration details to docs/

- docs/architecture.md — data flow, room model, tribunal flow, container isolation, key files
- docs/configuration.md — full .env reference, debugging paths
- README links to docs/
This commit is contained in:
Eyejoker
2026-04-01 04:56:06 +09:00
parent 527ce08eee
commit 14c8608f93
3 changed files with 194 additions and 0 deletions

View File

@@ -64,6 +64,11 @@ cp .env.example .env # Configure tokens and settings
bun run deploy # Or: bun run dev
```
## Documentation
- [Architecture](docs/architecture.md) — Data flow, room model, container isolation, key files
- [Configuration](docs/configuration.md) — Full `.env` reference, debugging paths
## Development
```bash