Created
January 28, 2015 06:27
-
-
Save techird/72b420c7ea05154ce821 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
git clone https://github.com/fex-team/kityminder-core | |
cd kityminder-core | |
npm install | |
bower install | |
git submodule init | |
git submodule update | |
cd lib/kity | |
npm install | |
npm install -g grunt-cli | |
grunt | |
cd ../.. | |
echo 'done.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment