An addon to simplify connecting NYPR web clients to our Hashtag Labs account.
https://nypublicradio.github.io/nypr-ads-htl/docs/
Development requires nodejs 6+.
brew install nvm
nvm install --lts
nvm use --ltsInstall dependencies.
npm installBuild and run ember.
Note: To use your system's global ember simply type ember
./node_modules/.bin/ember build
./node_modules/.bin/ember serveRun Tests.
./node_modules/.bin/ember testPublish docs site
ember deploy production