1
0
Fork 0

Readme updated

This commit is contained in:
Ava Gaiety Wroten 2019-12-25 21:33:26 -06:00
parent 5f8ee02995
commit 1fe76ead05

View file

@ -1,2 +1,17 @@
# basking-dashboard
Dashboard for my personal home server
## Using on Ubuntu Linix
```bash
npm i
npm run mk:data # or ./build.sh
```
## Developing
```bash
npm i
npm run mk:data:test
```