This a project to generate with your data a dynamic signature for email.
This project was bootstrapped with Create React App.
In the first moment you need had installed node
in your machine.
- Clone this project:
$ git clone [email protected]:ateliware/email-signature.git
- Install dependencies:
$ yarn
# or npm install
- Run to the project:
$ yarn start
# or npm run start
To build the project, run the following command:
$ yarn build
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.