Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

robocat/robo.cat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

robo.cat

Website for Robocat

This website was bootstraped using Startover. The website is statically build using handlebars.js for HTML, sass for CSS and Coffeescript for Javascript.

Getting started

Clone the repository:

git clone git@github.com:robocat/itsbreaking.com.git

Install the project depencies for ruby gems and node packages:

make install

Building

Build a local version of the site:

make build

Build a release version of the site:

make release

Deploying

make deploy