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: 2 months 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T23:18:20.000Z (over 3 years ago)
- Last Synced: 2025-05-18T04:36:39.020Z (about 1 year ago)
- Topics: css, email, html, javascript, live-server
- Language: HTML
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)