Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.52 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.52 KB

Subskribo

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

Development Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/kemelzaidan/subskribo this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Run the production command above, setup a web server and deploy the files generated at the dist folder to the server. Done!