Skip to content

Instantly share code, notes, and snippets.

@techird
Created January 28, 2015 06:27
Show Gist options
  • Save techird/72b420c7ea05154ce821 to your computer and use it in GitHub Desktop.
Save techird/72b420c7ea05154ce821 to your computer and use it in GitHub Desktop.
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