-
Notifications
You must be signed in to change notification settings - Fork 6
Setup
Jayson Harshbarger edited this page Nov 18, 2016
·
1 revision
If you are not familiar, it would be worthwhile to read up on jspm, SystemJS and gulp.
If you don't already have jspm or gulp you should install them globally.
npm install -g gulp-cli jspm@beta
git clone -b master https://github.com/Hypercubed/Project-Chi.git --single-branch --depth 50
cd Project-Chi
npm install # jspm install is run post-install by npm
gulp dev # uses the default "example" dataset (same as gulp dev --dataset=./dataset/example)
You are now ready to develop the project in the app folder.
- node/npm (tested in both v4 & v6)
- gulp v3.9
- jspm v0.17