The old source for the gettrainingwheels.org website. This is no longer used. Please see trainingwheels/trainingwheels.github.io instead.
Generated using Yeoman.
- Install yeoman.
- Run
yeoman build
- The build site will be in the newly created dist.
To run the webserver, do:
yeoman server
- Point your browser at
http://localhost:3501/
Yeoman server will watch the SASS files using Compass and rebuild them for you.
One of the Yeoman dependencies is PhantomJS. To set it up on Linux:
- Download the tarball at http://phantomjs.org/download.html#linux. Don't worry that it's built on Centos.
- Extract using
bunzip2 phantomjs-xxx.tar.bz2; tar xf phantomjs-xxx.tar
mv bin/phantomjs /usr/local/bin
On OSX, the instructions on the PhantomJS site use the brew
package manager.