-
Notifications
You must be signed in to change notification settings - Fork 3
How to Setup the Development Environment
Mike Pawlowski edited this page Dec 9, 2016
·
1 revision
$ git --version
git version 2.7.0.windows.1$ node -v
v6.9.2
$ npm -v
3.10.9$ npm install grunt -g$ grunt --version
grunt-cli v1.2.0
grunt v1.0.1$ git clone git@github.com:IBMDataScience/datascix.git$ cd datascix$ npm install