Files
time_to_leave/README.md
T
2026-05-09 22:47:17 +02:00

21 lines
238 B
Markdown

# TimeToLeave - Next.js Rewrite
This is a rewrite of the TimeToLeave application using Next.js App Router with TypeScript.
## Development
```bash
npm run dev
```
## Building
```bash
npm run build
```
## Testing
```bash
npm test
```