Add 'npm install' to README
This commit is contained in:
parent
64344e5c47
commit
ba70062f2f
|
|
@ -33,12 +33,13 @@ Here's how the samples look:
|
||||||
|
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
Take a look at `src/fadeit/` for an example. Copy / Paste, rename it and change `src/fadeit/conf.js` to suite your needs. Run `gulp` to build the templates (into `/dist`). The gulp task will watch HTML & CSS files by default.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
$ npm install
|
||||||
$ gulp
|
$ gulp
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Take a look at `src/fadeit/` for an example. Copy / Paste, rename it and change `src/fadeit/conf.js` to suite your needs. Run `gulp` to build the templates (into `/dist`). The gulp task will watch HTML & CSS files by default.
|
||||||
|
|
||||||
|
|
||||||
## CSS Support
|
## CSS Support
|
||||||
Remember, it's HTML emails, so you need to check a big-ass table to find out nothing's gonna work.
|
Remember, it's HTML emails, so you need to check a big-ass table to find out nothing's gonna work.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue