Please open all issues with this template on the main Foundation for Emails repo.
To use this template, your computer needs Node.js 0.12 or greater. The template can be installed with the Foundation CLI, or downloaded and set up manually.
To manually set up the template, first download it with Git:
git clone ....Then open the folder in your command line, and install the needed dependencies:
cd projectname
npm installRun npm start to kick off the build process. A new browser tab will open with a server pointing to your project files.
Run npm run build to inline your CSS into your HTML along with the rest of the build process.