all
This commit is contained in:
19
Downloads/Voltaserve/ui/README.md
Normal file
19
Downloads/Voltaserve/ui/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# Voltaserve UI
|
||||
|
||||
Install dependencies:
|
||||
|
||||
```shell
|
||||
bun i
|
||||
```
|
||||
|
||||
Run for development:
|
||||
|
||||
```shell
|
||||
bun run dev
|
||||
```
|
||||
|
||||
Build Docker Image:
|
||||
|
||||
```shell
|
||||
docker build -t voltaserve/ui .
|
||||
```
|
||||
Reference in New Issue
Block a user