Use node make <task>
.
npm install
node make test run
##
# for the following make tasks, you can also run:
#
# npm run <task name>
##
# start server
node make start
# stop server
node make stop
# restart server
node make restart
# server status
node make status
# view logs
node ./node_modules/.bin/forever logs app.js
Key Overview:
port
: Integer value of the Node application port.theme
: Integer value of the array index from thebootswatch
section below.authors
: Array of author Stringsdescription
: String containing the meta description of the site.stylesheets
: Array containing stylesheet files to be loaded at the top of the site.javascripts
: Array containing JavaScript files to be loaded eitherbefore
(at the top) orafter
(at the bottom) of the site.bootswatch
: Hash containing current Bootswatch meta data and themes.bootlint
: Array of hashes containing Bootlint meta data and pathing.bootstrap
: Array of hashes containing Bootstrap meta data and pathing.