~jusdepatate/doc/HiberFile

Installing HiberFile is pretty easy:
You only need a decent version of NPM and NodeJS installed,
Start by running HiberAPI:

git clone https://github.com/HiberFile/HiberAPI
cd HiberAPI
npm install
npm run build
npm run generate
npm run start

Keep HiberAPI running (with a service or a screen),
Continue by running HiberNuxt
cd ..
git clone https://github.com/HiberFile/HiberFile
cd HiberFile
npm run build
npm run generate
npm run start

HiberFile should be up and running on your host, now you can work on making a VirtualHost with Nginx, Apache2, ...