From 3603bc5cebc09d575215d2d33b1b3ad6a08a5152 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Wed, 27 Oct 2021 18:03:09 +0200 Subject: [PATCH] Minimal introduction to idea and some setup instructions --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c84c93e..90f76c0 100644 --- a/README.md +++ b/README.md @@ -1 +1,15 @@ -# MONDRIAN \ No newline at end of file +### 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 +```