b131e3c69a
Phases 1 and 2.
21 lines
240 B
Markdown
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
|
|
``` |