Installation - nonlinear/canvas GitHub Wiki

  1. Go to where you want your project to be in terminal, and type git clone https://github.com/nonlinear/canvas YourProjectName
  2. Go to your project folder on terminal and type
    1. npm install (It will take a while)
    2. Install bower components with bower install
  3. Create a new repository on github
  4. copy the HTTPS: url, then type:
git remote rename origin upstream
git remote add origin (paste HTTPS here)
git push origin master
  1. Run gulp on your project folder, and it will create a server and open in a browser.

Troubleshooting

If when you run gulp, sass explodes on your face, try to install sass separately (npm install gulp-sass) and run gulp again.

If by any means it still doesn't work, contact me via email or twitter and I can help you out. For real.