- Install Homebrew on your mac first and foremost. You may already have this, in terminal type
brew -v
. If you get a number typebrew update
and thenbrew ugprade
- Install node in the command line enter
brew install node
. - Clone this repo wherever you want to run it from. CD into the directory you want it to save in and enter this script:
cd PATH/YOU/WANT
and then clone the repo with:git clone github.com:EmersonStone/temp-site.git
- CD into the temp-site directory
cd temp-site
. - Run
npm install
- Run
gulp watch
to serve and watch for changes. - Install Source Tree
- Commit changes that you make and it will deploy, notifying Slack if there are any issues.s
Successful deployments are at we_are.emersonstone.com.