From 9877977750330577598eb53bba9c1e5db52213bf Mon Sep 17 00:00:00 2001 From: Martin Guether Date: Fri, 7 Apr 2017 11:05:12 +0200 Subject: [PATCH] add configuration lines to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e53e6b4..73a2846 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,17 @@ To rebuild the frontend CSS styles (you need to do this at least once): gulp styles +# Configuration + +see: config/config.json + # Run export NODE_ENV=development npm start + open http://localhost:90000 + # License Spacedeck Open is released under the GNU Affero General Public License Version 3 (GNU AGPLv3).