Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 898 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 898 Bytes

opendata-ember

A sample application demonstrating how an open data site might be built against the Open Data API using ember-cli.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:mjuniper/opendata-ember.git this repository
  • cd opendata-ember
  • npm install
  • bower install

Running / Development

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

To deploy to the gh-pages branch of your origin:

./deploy.sh