Skip to content

nypublicradio/nypr-ads-htl

Repository files navigation

nypr-ads-htl

An addon to simplify connecting NYPR web clients to our Hashtag Labs account.

Docs

https://nypublicradio.github.io/nypr-ads-htl/docs/

Development

Development requires nodejs 6+.

brew install nvm
nvm install --lts
nvm use --lts

Install dependencies.

npm install

Build and run ember. Note: To use your system's global ember simply type ember

./node_modules/.bin/ember build
./node_modules/.bin/ember serve

Run Tests.

./node_modules/.bin/ember test

Publish docs site

ember deploy production