Minimal introduction to idea and some setup instructions
This commit is contained in:
16
README.md
16
README.md
@@ -1 +1,15 @@
|
|||||||
# MONDRIAN
|
### MONDRIAN: server overview
|
||||||
|
|
||||||
|
I visualizer of your homelab rack w/ metadata viewer. Good way of looking up information connected assigned different hosts.
|
||||||
|
|
||||||
|
To run
|
||||||
|
|
||||||
|
```
|
||||||
|
$ yarn install && yarn dev
|
||||||
|
```
|
||||||
|
|
||||||
|
For production, it has to be built first
|
||||||
|
|
||||||
|
```
|
||||||
|
$ yarn build && node build/index.js
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user