- node v4
- bower
~$ npm install -g nodemon
~$ npm install
~$ bower install
~$ npm run dev
app will listen at localhost:3210
all images put in static/
, thumbnails put in static/thumbnails/
, you can use QuickThumb to generate thumbnails.
node node_modules/quickthumb/bin/make-thumb.js static/images/gallery/8 static/thumbnails/images/gallery/8 200x200 -r --resize
Use 2 space for indention