Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
50 lines (32 loc) · 860 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 860 Bytes

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 [email protected]: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.