Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 704 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 704 Bytes

Fordham Alumni Newsletter Template

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.

Getting Started

  • 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