// clone the project locally
$ git clone git@github.com:youxiberlin/Tibber-Project.git
or
$ git clone https://github.com/youxiberlin/Tibber-Project.git
// go to the project folder
$ cd tibber-project
// install all the packages
$ yarn
// to run the application on localhost
$ yarn dev