Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ppcano/ember-app-d3
https://github.com/ppcano/ember-app-d3
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppcano/ember-app-d3
- Owner: ppcano
- Created: 2014-07-07T10:42:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T15:57:26.000Z (over 10 years ago)
- Last Synced: 2024-11-08T17:19:52.649Z (about 2 months ago)
- Language: JavaScript
- Size: 965 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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)