Skip to content

tsuru/tsuru.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86e9f90 · Oct 11, 2023
Mar 12, 2019
Mar 12, 2019
Feb 3, 2023
Nov 28, 2016
Feb 3, 2023
Jul 26, 2017
Jul 26, 2017
Aug 3, 2015
Mar 2, 2015
Feb 3, 2023
Jul 24, 2017
Aug 6, 2015
Jan 23, 2015
Oct 6, 2023
Feb 3, 2023
Feb 3, 2023
Apr 30, 2021
Apr 30, 2021

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 [email protected]: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.