You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-23Lines changed: 32 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@
4
4
<divalign="center">
5
5
<h1>🏛️ Anzu</h1>
6
6
<p><strong>Modern, reactive community platform built for the next generation</strong></p>
7
-
8
-

7
+
8
+

9
+
9
10
</div>
10
11
11
12
## ✨ Features
@@ -31,7 +32,7 @@ Whether you're building a gaming community, developer forum, or general discussi
31
32
32
33
You can deploy Anzu to the DigitalOcean App Platform with a single click.
33
34
34
-
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/tryanzu/anzu/tree/main)
35
+
[](https://cloud.digitalocean.com/apps/new?repo=https://github.com/tryanzu/anzu/tree/develop)
35
36
36
37
After deployment, you will need to configure the environment variables in the DigitalOcean App Platform dashboard. See the [Environment Variables](#-environment-variables) section below for more details.
37
38
@@ -139,19 +140,22 @@ We follow the [Conventional Commits](https://www.conventionalcommits.org) specif
139
140
Anzu follows a modular, event-driven architecture with clear separation of concerns:
140
141
141
142
### Core Principles
143
+
142
144
-**Dependency Injection**: Uses Facebook's inject library for clean DI
143
145
-**Event-Driven**: Centralized event handling for cross-module communication
144
146
-**Modular Design**: Self-contained modules with clear interfaces
145
147
-**Trust Network**: User trust calculation system for content moderation
146
148
147
149
### Key Modules
150
+
148
151
-**Board Domain** (`board/`): Posts, comments, votes, and content management
0 commit comments