Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)