Skip to content

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

Notifications You must be signed in to change notification settings

esridc/opendata-ember

Repository files navigation

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 git@github.com: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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published