2026-03-16 18:11:52 +01:00
|
|
|
## Stack
|
|
|
|
|
|
2026-05-18 16:55:47 +02:00
|
|
|
<!-- TODO: Fill in language, frameworks, and key dependencies -->
|
|
|
|
|
- **Language:**
|
|
|
|
|
- **Key deps:**
|
2026-03-16 18:11:52 +01:00
|
|
|
|
|
|
|
|
## Dev Commands
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-05-18 16:55:47 +02:00
|
|
|
# TODO: Fill in the standard commands for this repo
|
|
|
|
|
|
|
|
|
|
# Install dependencies
|
2026-03-16 18:11:52 +01:00
|
|
|
|
|
|
|
|
# Run tests
|
|
|
|
|
|
2026-05-18 16:55:47 +02:00
|
|
|
# Lint / type check
|
2026-03-16 18:11:52 +01:00
|
|
|
|
2026-05-18 16:55:47 +02:00
|
|
|
# Build / package (if applicable)
|
2026-03-16 18:11:52 +01:00
|
|
|
```
|