Skip to content

franksongca/xsgz

Repository files navigation

Installation process:

Setup general environment

  • Install nodejs from here
  • In the command line type: $ npm install -g grunt-cli

Setup project environment

  • In the command line, navigate to the folder into which you want to install the project eg: $ cd path/to/my/workspace
  • Type $ git clone https://github.com/franksongca/xsgz.git xsgz
  • Type $ cd xsgz
  • $ npm install
  • $ bower install
  • $ grunt

TROUBLESHOOTING