Made readme a bit readable
This commit is contained in:
parent
e479d03613
commit
fa45c63ce8
|
|
@ -13,8 +13,13 @@ Here are some examples:
|
||||||

|

|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
|
- Clone repo run `git clone git@github.com:fadeit/responsive-html-email-signature.git`
|
||||||
- Clone repo & run `yarn` or `npm install`
|
- Clone repo & run `yarn` or `npm install`
|
||||||
- Edit files in */templates* and run `gulp` to build them into *./dist*
|
- Run `gulp` to generate templates from configuration
|
||||||
|
|
||||||
|
### Customizing templates
|
||||||
|
- Edit files in */templates*
|
||||||
|
- Run `gulp watch` to watch templates and re-generate
|
||||||
- Open files from `./dist` in your fav browser to check them out
|
- Open files from `./dist` in your fav browser to check them out
|
||||||
|
|
||||||
> When you're done, check out [how to add them to your email client of choice](#usage-with-different-email-clients) if in doubt.
|
> When you're done, check out [how to add them to your email client of choice](#usage-with-different-email-clients) if in doubt.
|
||||||
|
|
|
||||||
|
|
@ -27,4 +27,4 @@ fs
|
||||||
});
|
});
|
||||||
|
|
||||||
/** By default templates will be built into '/dist', then gulp will watch for changes in '/src'. */
|
/** By default templates will be built into '/dist', then gulp will watch for changes in '/src'. */
|
||||||
gulp.task('default', ['dupe', 'less', 'sass', 'postcss', 'lint', 'build', 'watch']);
|
gulp.task('default', ['dupe', 'less', 'sass', 'postcss', 'lint', 'build']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue