Skip to content
Jayson Harshbarger edited this page Nov 18, 2016 · 1 revision

Background

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

Install Project χ

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

Run examples

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.

Requirements

  • node/npm (tested in both v4 & v6)
  • gulp v3.9
  • jspm v0.17