This repository contains all the documentation for PrivateSky project.
You can see it in action at https://privatesky.xyz
In order to follow next steps you need to have the following software installed on your machine:
git clone https://github.com/PrivateSky/privatesky-xyz
This will create a folder named privatesky-xyz.
cd privatesky-xyz
npm install
The build process is triggered automatically after install.
While being inside privatesky-xyz folder run:
npm run server
Just open http://127.0.0.1:8000 with you favorite browser.