1: Install NPM and nodeJS together from the link below (recommend to use latest node version e.g. 5.x.x. npm 3.x.x will be installed once you installed node) https://nodejs.org/en/
2: Download this project from git
You can use either terminal or sourcetree to download the project.
In terminal:
git clone https://github.com/syltaxue/zhiNengGo.git
In SourceTree download the project from the link above
3: Install all the dependency libraries
a:
cd to your project folder e.g. cd xxx/zhinenggo/
b:
npm install
c:
sudo npm install browserify -g
d:
sudo npm install gulp -g
e:
cd /zhinenggo/semantic/
gulp build