Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dni/gems
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dni/gems
- Owner: dni
- Created: 2015-11-16T16:51:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-16T17:11:54.000Z (about 9 years ago)
- Last Synced: 2024-04-14T18:48:49.401Z (7 months ago)
- Language: CoffeeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```