A sample application demonstrating how an open data site might be built against the Open Data API using ember-cli.
You will need the following things properly installed on your computer.
git clone git@github.com:mjuniper/opendata-ember.gitthis repositorycd opendata-embernpm installbower install
ember serve- Visit your app at http://localhost:4200.
ember testember test --server
ember build(development)ember build --environment production(production)
To deploy to the gh-pages branch of your origin:
./deploy.sh