Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 630 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 630 Bytes

Decentralized Event Network POC

A simple distributed social network focused on Event management. Implements the ActivityPub spec for federated content.

To get started with development

  1. yarn dev:install to build the dev docker containers
  2. yarn dev:up to start the hot-reloading dev system

That's it!

Project breakdown

  • /api is the backend server
  • /app is the frontend React application
  • /config is where project configuration files live
  • /docker is where we keep the docker configurations
  • /script is a home for utility scripts