This is the tsuru.io landing page.
You must have SASS, Node.js and grunt-cli installed. After that, clone this project:
$ git clone git@github.com:tsuru/tsuru.io.git
And install the dependencies:
$ cd tsuru.io
$ npm install
That's it. You're set.
Having the dependencies installed, just grunt run
:
$ cd tsuru.io
$ grunt run
Now you can access it locally at localhost:7777
.
At any changes, the page will be automatically generated again.