Readme updated
This commit is contained in:
parent
5f8ee02995
commit
1fe76ead05
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -1,2 +1,17 @@
|
||||||
# basking-dashboard
|
# basking-dashboard
|
||||||
|
|
||||||
Dashboard for my personal home server
|
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
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue