Source code for The Butcher's Market website (http://thebutchersmarket.com).
The following steps only need to be done once per machine:
npm install -g grunt-cli
.npm install -g bower
.The following needs to be done whenever you're going to start working on the site:
cd
then a space, drag your repository folder into Terminal and press return
.npm install
to ensure the required dependencies are installed.bower install
to ensure the required dependencies are installed.grunt
to build the site for development or grunt build
to build the site for deploying.Note: As a shortcut, you can run this single command to do steps 2-4:
npm install && bower install && grunt
To get out of the development task, press control
+ c
.