Subskribo is a simple Ember application to automate the process of creating a default email signature on corporate environments. The user just needs to fill the form with its own information and click on the copy button in order to copy the entire HTML signature code to the clipboard before pasting it on the email client.
Originally created to Locaweb (Brazil's largest hosting company), it can be customized to other company needs with the same purpose, since it is released under Affero GPL 3 (take a look at the LICENSE.txt file for the complete license).
The name Subskribo comes from the Esperanto word for "signature".
You will need the following things properly installed on your computer.
git clone https://github.com/kemelzaidan/subskribo
this repository- change into the new directory
npm install
bower install
ember server
- Visit the app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
Run the production command above, setup a web server and deploy the files
generated at the dist
folder to the server. Done!