https://github.com/ppcano/ember-app-d3
https://github.com/ppcano/ember-app-d3
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ppcano/ember-app-d3
- Owner: ppcano
- Created: 2014-07-07T10:42:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-09T15:57:26.000Z (almost 11 years ago)
- Last Synced: 2025-01-01T15:13:47.324Z (6 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)