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 [email protected]:mjuniper/opendata-ember.git
this repositorycd opendata-ember
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
To deploy to the gh-pages branch of your origin:
./deploy.sh