Generate click-to-email links based off of an email template you paste in. Built with Ember.js for Black & Pink PDX.
You will need the following things properly installed on your computer.
git clone <repository-url>this repositorycd email-link-generatornpm install
ember serve- Visit your app at http://localhost:4200.
ember testember test --server
ember build(development)ember build --environment production(production)