habra.
  • Introduction
  • Extensions
  • Contributing
  • 🚀Self-host
    • Cloning and installation
    • Running
  • 📂structure
    • How it renders
    • Styles
    • Redux store
    • Routing
    • Locales
Powered by GitBook
On this page
  • NodeJS installation
  • Getting the repo
  • Install dependencies

Was this helpful?

  1. Self-host

Cloning and installation

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

PreviousContributingNextRunning

Last updated 4 years ago

Was this helpful?

NodeJS installation

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

🚀
download page