Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dni/gems


https://github.com/dni/gems

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# gems
preview gem cutting shapes with d3js

# deps
* git
* nodejs / npm
* bower
* grunt

## deps install macosx
```sh
brew install npm git
npm i -g bower grunt-cli
```
brew? http://brew.sh/

# install
```sh
git clone https://github.com/dni/gems
cd gems
npm install
bower install
grunt install
```