Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ateliware/email-signature
https://github.com/ateliware/email-signature
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ateliware/email-signature
- Owner: ateliware
- Created: 2020-09-22T18:43:28.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T12:44:09.000Z (11 months ago)
- Last Synced: 2024-03-27T07:39:47.311Z (9 months ago)
- Language: JavaScript
- Size: 872 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Signature
## :space_invader: About
This a project to generate with your data a
dynamic signature for email.This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## :computer: Developing
In the first moment you need had installed `node` in your machine.
1. Clone this project:
```
$ git clone [email protected]:ateliware/email-signature.git
```2. Install dependencies:
```
$ yarn
# or npm install
```3. Run to the project:
```
$ yarn start
# or npm run start
```## :hammer: Building
To build the project, run the following command:
```
$ yarn build
```## :rocket: Deploying
This project is served by github pages. To deploy after make the changes, run the following command:
```
$ yarn deploy
```You can see this project [clicking here](https://ateliware.github.io/email-signature/).