Files

16 lines
271 B
Markdown
Raw Permalink Normal View History

2026-01-17 07:35:18 +01:00
# BaMoRT Frontend
2024-12-21 07:55:05 +01:00
2026-01-17 07:35:18 +01:00
Vue 3 + Vite frontend for the BaMoRT monorepo.
2024-12-21 07:55:05 +01:00
## Development
2024-12-21 07:55:05 +01:00
```sh
npm install
npm run dev
```
2026-01-17 07:57:41 +01:00
or even better run ../docker/start-dev.sh to start the docker environment.
2024-12-21 07:55:05 +01:00
## License
2024-12-21 07:55:05 +01:00
See `LICENSE` (this directory) and the repository root `LICENSE`.