Last active
October 2, 2015 12:03
-
-
Save satococoa/43eb569448a0c144e4b7 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
curl -L git.io/nodebrew | perl - setup | |
# export PATH=$HOME/.nodebrew/current/bin:$PATH を .bashrc か .zshrc に書く | |
nodebrew install-binary v0.12.7 | |
nodebrew use v0.12.7 | |
npm install -g browser-sync aglio drakov | |
aglio -i docs/api/index.apib -s -p 3030 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment