2026-01-07 15:39:07 +01:00
|
|
|
# Bamort Frontend
|
2024-12-21 07:55:05 +01:00
|
|
|
|
2026-01-25 21:57:58 +01:00
|
|
|
Vue 3 + Vite frontend for the BaMoRT monorepo.
|
2024-12-21 07:55:05 +01:00
|
|
|
|
2026-01-07 15:39:07 +01:00
|
|
|
## Development
|
2024-12-21 07:55:05 +01:00
|
|
|
|
|
|
|
|
```sh
|
|
|
|
|
npm install
|
|
|
|
|
npm run dev
|
|
|
|
|
```
|
|
|
|
|
|
2026-01-07 15:39:07 +01:00
|
|
|
## License
|
2024-12-21 07:55:05 +01:00
|
|
|
|
2026-01-07 15:39:07 +01:00
|
|
|
See `LICENSE` (this directory) and the repository root `LICENSE`.
|