Crossfit Westside Website © 2014 Mackenzie Kieran & Garret Schauteet
- unzip the site.
- run
npm installfrom main folder (contains package.json). - make changes to files in /local. To test run
node app. - to build: run
gulp buildfrom local. - to deploy after building, enter /app and commit the new build:
git add -A
git commit
*Note: these git commands are not mandatory, ensure all changes have been added and comitted before deploying. The /app directory is a separate git repository that points to heroku, within the project.
To make the new build live run:
git push heroku master from /app. This will deploy the new build to the heroku server.