From da9e77cbd758d75dcf4c460e51cb742ab9f6b4c2 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Thu, 1 Feb 2024 16:01:10 +1300 Subject: [PATCH] update readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dceb3769..93c0bb5a 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,11 @@ A lemmy/kbin clone written in Python with Flask. - AGPL. - First class moderation tools. -[Screencast: overview of the PieFed codebase](https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/) - ## Project goals -To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin. \ No newline at end of file +To build a federated discussion and link aggregation platform, similar to Reddit, Lemmy, Mbin. + +## For developers + +- [Screencast: overview of the PieFed codebase](https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/) +- [Database / entity relationship diagram](https://join.piefed.social/wp-content/uploads/2024/02/PieFed-entity-relationships.png)