Installation - nonlinear/canvas GitHub Wiki
- Go to where you want your project to be in terminal, and type
git clone https://github.com/nonlinear/canvas YourProjectName - Go to your project folder on terminal and type
npm install(It will take a while)- Install bower components with
bower install
- Create a new repository on github
- copy the
HTTPS:url, then type:
git remote rename origin upstream
git remote add origin (paste HTTPS here)
git push origin master
- Run
gulpon 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.