- clone the repo
npm install
bower install
gulp
Deploying and building require environmental variables. Set them in
.env.json
. See an example in .env.json.example
.
gulp
gulp build
NODE_ENV=[production|staging] gulp build
NODE_ENV=[production|staging] gulp deploy
Note: Not including NODE_ENV
in the command will deploy to
process.env.stagHost
without compressing or minifying assets.