This project has been archived, and is no longer being actively developed.
- Clone repo and CD into the directory.
- Run
npm install && bower install
to install components. - Run
gulp
from repo directory to start server on http://localhost:8080/ - Create the mailer.
- Run
gulp build
, then zip the contents of the/build
direcory and upload to MailChimp. - Don't forget to add a tag once finished:
git tag -a yyyy-mm-dd -m 'Week ending...'