# Cloning and installation

### NodeJS installation

**Windows/MacOS/Linux:** Go to the [download page](https://nodejs.org/en/download/) and click on the latest version. If the following instructions fail with weird errors, try either redownloading or installing the supported version (*Node v12 or higher)*

### Getting the repo

This is pretty straight forward:

```bash
$ git clone https://github.com/jarvis394/habra
$ cd habra
```

### Install dependencies

You just have to run \`npm install\` and wait for a while:

```bash
npm install
```

You're ready to rock! Head up to the **Running** part.
