- NVM
- Brew
- Get access to the repo
- Clone the repository to your local machine
nvm install 7
cd <project direct>
npm install -g gulp
npm install
- create a .env file in the project root and add the following variables
brew install awsebcli
RECURLY_API_KEY='xxxx'
RECURLY_ACCOUNT_NAME='xxx'
RECURLY_ACCOUNT_ENV='xxxx'
RECURLY_SUBSCRIPTION_CODE='xxxx'
ADMIN_PASSWORD='xxx'
NODE_ENV='development'
ENV='development'
S3_BUCKET_NAME=xxxx
AWS_ACCESS_KEY_ID=xxxx
AWS_SECRET_ACCESS_KEY=xxx
AWS_DEFAULT_REGION=us-east-1
Contact another developer to get the values for xxx
gulp serve
npm run build
git add . ; git commit -m "Heroku Build"; git push heroku master