Install node.js and npm. Then run
npm install
npm start
and go to http://localhost:8080/
Edit public/index.html
Install sass and browserify.
npm install -g sass
npm install -g browserify
Modify
css/theme/source/tum.scss # Theme
client.js # Client source
then run
./build.sh
Hint: browserify and sass have a --watch option which will monitor your file for changes.
Modify hash in server.js@17. Create hash with bcrypt.