Minimal introduction to idea and some setup instructions

This commit is contained in:
2021-10-27 18:03:09 +02:00
parent 0457239fd3
commit 3603bc5ceb

View File

@@ -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
```