Find a file
2016-03-06 21:45:25 +01:00
public guru meditation 2016-03-06 16:56:07 +01:00
scripts Add basic markdown rendering 2016-03-05 11:03:11 +01:00
src Some minor language improvements 2016-03-06 21:45:25 +01:00
.gitignore remove builded file 2016-03-05 12:57:46 +01:00
.jshintrc first draft 2014-09-17 22:11:20 +02:00
package.json Add automatic rebuilds on file changes 2016-03-05 12:31:20 +01:00
README.md added nodemon dep to the readme 2016-03-05 22:42:27 +01:00
server.js Log url on server start 2016-03-05 09:54:31 +01:00

SquatConf website.

$ npm install
$ npm run watch # Triggers auto rebuilds of files in src/, require nodemon

And in another terminal start the server

$ npm start