pcww / builder

0 stars 0 forks source link

Builder

Setup

Run the following to set up the project

npm install
bower install
grunt

Run the following command to deploy the project

grunt deploy

Note: you must also have a copy of the secret.json deployment settings file (updated 3/2018). Also, ensure your local SSH key is added to the ssh agent `$ ssh-add -K ~/.ssh/id_rsa`