Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ateliware/email-signature


https://github.com/ateliware/email-signature

Last synced: about 1 month ago
JSON representation

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