https://github.com/fantasywind/shockofficial
https://github.com/fantasywind/shockofficial
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fantasywind/shockofficial
- Owner: fantasywind
- Created: 2014-01-06T19:43:15.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-01T12:15:57.000Z (over 12 years ago)
- Last Synced: 2025-03-30T01:44:53.355Z (about 1 year ago)
- Language: CoffeeScript
- Size: 1010 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ShockOfficial
=============
# Preinstall
* node.js >= 0.10
* libmagick++-dev
* bower
* grunt
# imagemagick install
Ubuntu
```shell
sudo apt-get install libmagick++-dev
```
Mac OS X
please install brew first.
```
brew install pkgconfig
brew install imagemagick
```