Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 460 Bytes

File metadata and controls

33 lines (20 loc) · 460 Bytes

Node-Board

Setting up

Install Node and NPM

See Node.js.org for details.

Make sure /usr/local/share/npm/bin is in your $PATH

Set up Grunt

# While in your git repo
sudo npm install -g grunt-cli;
npm install;

Git Hooks

TBD

Building & Running

To run in Developer mode (this looks for file changes to restart the server):

grunt;

Deploying

TBD