generated static website
npm install -g grunt-cli
npm install
bundle install
sudo easy_install Pygments
brew install s3cmdYou need to configure s3cmd in order to be able to update S3 assets.
This is required for using the grunt dist or grunt shell:s3 commands.
s3cmd --configure
If you need access details, contact an administrator.
grunt buildRequires S3 credentials and SFTP access to EC2.
Requires EC2 SSH key .pem file. Store it in the root of the repo as ec2.pem.
grunt dist