This is the tsuru.io landing page.
You must have SASS, Node.js and grunt-cli installed. After that, clone this project:
$ git clone [email protected]:tsuru/tsuru.io.git
And install the dependencies:
$ cd tsuru.io
$ make install
That's it. You're set.
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.