Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ppcano/ember-app-d3


https://github.com/ppcano/ember-app-d3

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Demo App

Demo app using [Broccoli](https://github.com/joliss/broccoli) and submodules

# Setup

Ember packages are included as git submodules (providing easier debugging), you must initialize and update submodules.

```sh
git clone --recursive git@github....

or

git submodule update --init
```

# Setup and run broccoli live reloading

- npm install
- `make serve` or `make test` (run the test suite)