Website for Breaking for Mac & iOS
The website is statically build using handlebars.js for HTML, sass for CSS and Coffeescript for Javascript.
Clone the repository:
git clone [email protected]:robocat/itsbreaking.com.git
Install the project depencies for ruby gems and node packages:
make install
Build a local version of the site:
make build
Build a release version of the site:
make release
make deploy