Website to use with the BRAVA Tools backend.
- Vue
- Vite
- PrimeVue (Component Library)
- Tailwind CSS
- npm 11.6.1
- node 22.20.0
npm installFor development, start a server:
npm run devTo build for a use in a Dockerfile:
npm run buildReleases will trigger an image build and upload to Docker Hub.