Files
time_to_leave/README.md
T
fegger b131e3c69a Rewrite to Node.js
Phases 1 and 2.
2026-05-09 11:00:21 +02:00

21 lines
240 B
Markdown

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