Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 836 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 836 Bytes

email-link-generator

Generate click-to-email links based off of an email template you paste in. Built with Ember.js for Black & Pink PDX.

Prerequisites

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

Installation

  • git clone <repository-url> this repository
  • cd email-link-generator
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

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

Further Reading / Useful Links