The repo contains the code for the Fari Peer Server.
If you want to make a contribution to Fari Peer Server, you will need to clone this repo and follow the following steps to run the app locally.
- Install Node
^12.16.3
(to match engine property inpackage.json
) - Install Yarn by running
npm install -g yarn
- Run
yarn install
Run yarn start
and then the app should be running on http://localhost:9000
Deployment is done using Heroku Pipelines