Email Signature

👾 About

This a project to generate with your data a dynamic signature for email.

This project was bootstrapped with Create React App.

💻 Developing

In the first moment you need had installed node in your machine.

  1. Clone this project:
$ git clone git@github.com:ateliware/email-signature.git
  1. Install dependencies:
$ yarn
# or npm install
  1. Run to the project:
$ yarn start
# or npm run start

🔨 Building

To build the project, run the following command:

$ yarn build

🚀 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.