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