From e8651723016f933b7a2e727da447f4f3e478be89 Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Mon, 20 Mar 2017 13:32:32 +0100 Subject: [PATCH] dev notes --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index e381ec8..df4ddd0 100644 --- a/Readme.md +++ b/Readme.md @@ -7,4 +7,12 @@ beerpong tournament at a scoutparty This thing is based on Express with handlebars, socketio, bootstrap and some other fun +Install it with `npm install` + +Run it with `npm start` + +Develop on it with `npm run mon` + + + This app is intended to be simple, the initial loaing of the state is done using the handlebar templates, after that actions and state changes are performed using websocket requests, no forther reloads are required as long as you are not changing between the main 2 views.