Cloning and installation

Here you will see the info about how to clone the repo and install NPM dependencies.

NodeJS installation

Windows/MacOS/Linux: Go to the download page 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:

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

Install dependencies

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

npm install

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

Last updated