Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tomdewildt/email-signature
Custom signatures for my emails
https://github.com/tomdewildt/email-signature
css email html javascript live-server
Last synced: about 8 hours ago
JSON representation
Custom signatures for my emails
- Host: GitHub
- URL: https://github.com/tomdewildt/email-signature
- Owner: tomdewildt
- License: mit
- Created: 2022-06-19T22:35:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T23:18:20.000Z (about 2 years ago)
- Last Synced: 2023-03-03T08:21:41.000Z (over 1 year ago)
- Topics: css, email, html, javascript, live-server
- Language: HTML
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Email Signature
[![License](https://img.shields.io/github/license/tomdewildt/email-signature)](https://github.com/tomdewildt/email-signature/blob/master/LICENSE)This repository contains custom signatures for my emails. Build using [HTML](https://www.w3.org/html/) and [CSS](https://www.w3.org/Style/CSS/).
# How To Run
Prerequisites:
* node version ```14.15.4``` or later
* npm version ```6.14.4``` or later### Development
1. Run ```npm install``` to initialize the environment.
2. Run ```npm start``` to start the dev server.# References
[Live Server Docs](https://tapiov.net/live-server/)