Find a file
gorhgorh a509ecf436 Merge pull request #22 from squatconf/feat/md
Add basic markdown rendering
2016-03-05 13:16:25 +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 Add basic markdown rendering 2016-03-05 11:03:11 +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 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