Find a file
2016-03-05 12:31:20 +01:00
public Add basic markdown rendering 2016-03-05 11:03:11 +01:00
scripts Add basic markdown rendering 2016-03-05 11:03:11 +01:00
src Add basic markdown rendering 2016-03-05 11:03:11 +01:00
.gitignore cleaning old info, rework main text of the website, begin removing the old db system 2015-01-11 15:40:24 +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 Add automatic rebuilds on file changes 2016-03-05 12:31:20 +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/

And in another terminal start the server

$ npm start