Docker/Voltaserve/ui/README.md
2024-04-17 20:22:30 +02:00

20 lines
174 B
Markdown

# Voltaserve UI
Install dependencies:
```shell
bun i
```
Run for development:
```shell
bun run dev
```
Build Docker Image:
```shell
docker build -t voltaserve/ui .
```