To get going with Foundation for Emails you'll need run the following commands in your projects directory:
```
-git clone --recursive https://github.com/zurb/foundation-emails.git
+git clone https://github.com/zurb/foundation-emails.git
cd foundation-emails
-npm install
+./setup.sh
```
Note: this is the repo for the private release of the framework, we'll eventually be releasing a template repo to the public!
foundation-emails/
├── _build/
│ └── ...
-├── foundation-emails-template/
+├── testing/
│ └── layouts
│ └── ...
│ └── pages
│ └── ...
```
-You'll be working within the `foundation-emails-template/layouts/` and `foundation-emails-template/pages/` to write your HTML emails. The `dist/` directory will have all of your outputted emails.
+You'll be working within the `testing/layouts/` and `testing/pages/` to write your HTML emails. The `dist/` directory will have all of your outputted emails.
## Commands
You'll have two commands that will give you all the tools you need for F4E.
"description": "A framework for responsive emails made by ZURB",
"scripts": {
"start": "gulp",
- "test": "cd foundation-emails-template && npm start",
- "production": "cd foundation-emails-template && npm run build",
- "postinstall": "cd foundation-emails-template && npm i"
+ "test": "cd testing && npm start",
+ "production": "cd testing && npm run build",
+ "postinstall": "cd testing && npm i"
},
"devDependencies": {
"browser-sync": "^2.9.10",
"gulp-htmlmin": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-inject": "^1.2.0",
- "gulp-inky": "git://github.com/zurb/gulp-inky.git",
"gulp-inline-css": "^2.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-ruby-sass": "^1.0.5",