Find a file
2016-03-06 00:15:10 +01:00
public remove builded file 2016-03-05 12:57:46 +01:00
scripts Add basic markdown rendering 2016-03-05 11:03:11 +01:00
src update text, removed twitter link, udated ascii 2016-03-06 00:15:10 +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