Add badges, closes #14
This commit is contained in:
parent
a6c2561d1e
commit
e9dbb5b37e
10
README.md
10
README.md
|
|
@ -1,4 +1,8 @@
|
|||
# Responsive HTML email signature(s)
|
||||
[](https://www.npmjs.com/package/responsive-html-email-signature)
|
||||
[](/LICENSE)
|
||||
[](/pulls)
|
||||
|
||||
### Let's punch email clients in the stomach 👊
|
||||
When you need some basic responsive email signatures that work on mobile.<br/>
|
||||
...and your colleagues need them too.<br/>
|
||||
|
|
@ -13,13 +17,13 @@ Here are some examples:
|
|||

|
||||
|
||||
## Getting started
|
||||
- Clone repo `git clone https://github.com/fadeit/responsive-html-email-signature.git`
|
||||
- Clone repo `git clone` https://github.com/fadeit/responsive-html-email-signature.git`
|
||||
- Run `yarn` or `npm install`
|
||||
- Run `gulp` to generate templates from configuration
|
||||
- Run `gulp` to generate templates from configuration (one time)
|
||||
|
||||
### Customizing templates
|
||||
- Edit files in */templates*
|
||||
- Run `gulp watch` to watch templates and re-generate
|
||||
- Run `gulp watch` to watch templates and re-generate when changed
|
||||
- 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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue