From d3dfaa25cf19e55eb5baa306d8b9f2940bb9448c Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 9 May 2023 20:06:26 +0200 Subject: [PATCH] README: We now have a live demo! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f47721a..f7b866a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # honey +[Live demo](https://dani3l0.github.io/honey) + A sweet dashboard hosted on my homeserver with some self-hosted stuff... # Installation -Just put those files at the webroot of your server and **copy `defaults.json` to `config.json`** in `config` directory. +Just put those files at the webroot of your server tweak the `config.json` file located in `config` directory! honey is written in **pure** `HTML` `CSS` `JS` so dynamic backend is not required. All operations are done client-side.