Created
June 18, 2011 16:28
-
-
Save mfo/1033248 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # coffee bootstrap | |
| # http://arcturo.com/library/coffeescript/05_applications.html | |
| # installing node : http://shapeshed.com/journal/setting-up-nodejs-and-npm-on-mac-osx/ | |
| brew install node | |
| curl http://npmjs.org/install.sh | sh | |
| npm install -g spine.app | |
| npm install stitch | |
| npm install request | |
| npm install less | |
| spine app a_ryde_on_coffee_script | |
| #fail... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment