A template for the current Fordham University newsletter. An example of the newsletter produced can be found here. Scaffolds out a new newsletter and a workflow to generate a production version with inlined css, optimized images, and a text version.
- Install node.js which is packaged with npm.
- Run
npm install
to download the dependancies - Type
grunt
to compile the project, start the server, and watch for changes - To send a test version to yourself run
grunt send
- To build the final html and txt versions run
grunt build