Colibris ActivityPub server Getting started Requirements: Node (v12.20 recommended) Yarn Docker Docker-compose 1. Launch Jena Fuseki docker-compose up It is now running on http://localhost:3030 2. Configure the CAS URL Edit the .env file or add a .env.local file. Add the URL to your CAS server. 3. Launch in dev mode yarn install yarn run dev