Skip to content

tsuru/tsuru.io

Repository files navigation

tsuru.io website

This is the tsuru.io landing page.

Setting up

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
$ make install

That's it. You're set.

Running & developing

Having the dependencies installed, just run:

$ make run

Now you can access it locally at localhost:7777. At any changes, the page will be automatically generated again.