Skip to content
Snippets Groups Projects
README.md 278 B
Newer Older
Harpo Roeder's avatar
Harpo Roeder committed
# Polycentric HTTP Bridge

The Polycentric HTTP Bridge allows programmatic control of a Polycentric client via a REST API.
Harpo Roeder's avatar
Harpo Roeder committed

## Quick start

```bash
git clone --recursive git@gitlab.futo.org:polycentric/polycentric.git
./build-vendored.sh
npm install
npm run build
npm start
```