From ae314d1d0af75ee100e1d4a7ec7568f339420e1b Mon Sep 17 00:00:00 2001 From: s2 Date: Sun, 3 Jun 2018 13:53:29 +0200 Subject: [PATCH] add dev instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index e2c58497..67259e35 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,17 @@ There are just some js libraries: - [Bootstrap](https://getbootstrap.com/) for the layout - [PNotify](https://github.com/sciactive/pnotify) for generic notifications +### run the app +``` +cd app +npm start +``` + +### make a release +``` +./makedist.sh +``` + ## license ISC