https://github.com/LoginRadius/egnature
Egnature is an email signature generator tool, which is an open source and free to use.
https://github.com/LoginRadius/egnature
contributions-needed contributions-welcome email email-signature hacktoberfest html javascript javascrit open-source opensource react signature
Last synced: 8 months ago
JSON representation
Egnature is an email signature generator tool, which is an open source and free to use.
- Host: GitHub
- URL: https://github.com/LoginRadius/egnature
- Owner: LoginRadius
- License: mit
- Created: 2020-09-22T13:28:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T01:26:34.000Z (about 3 years ago)
- Last Synced: 2025-04-11T09:25:09.203Z (about 1 year ago)
- Topics: contributions-needed, contributions-welcome, email, email-signature, hacktoberfest, html, javascript, javascrit, open-source, opensource, react, signature
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 35
- Watchers: 6
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-oss-docs - Egnature - An email signature generator. `Community Owned Documentation` (LoginRadius Open Source Documentation)
README
# Egnature - Email Sign Generator
## Introduction
Egnature is an Email Signature generator tool, which is Open source and free to use.
## Features
- Add your Name, Designation and Website
- Drag n Drop / Upload and Resize the profile image.
- Easy to use utility. Generate your Signature just by simply clicking on *Copy* button!
## How to Install and Run
1. Clone and checkout the project.
```bash
$ git clone https://github.com/LoginRadius/Egnature
```
2. Get into project folder and install node modules.
```bash
$ npm i
```
3. Start and run the project
```bash
$ npm start
```
Now project should be accessible over
```bash
http://localhost:3000
```
## How to contribute
Please refer [Contribute Guideline](https://github.com/LoginRadius/Egnature/blob/master/CONTRIBUTING.md)
## Licence
[MIT](https://github.com/LoginRadius/Egnature/blob/master/LICENSE)