mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-04 19:50:00 +00:00
Adding README.
This commit is contained in:
parent
8ece275d22
commit
dfbcb228c0
1 changed files with 15 additions and 0 deletions
15
README.md
Normal file
15
README.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Rust Reddit Fediverse (to be renamed later)
|
||||||
|
|
||||||
|
We have a twitter alternative (mastodon), a facebook alternative (friendica), so let's build a reddit alternative in the fediverse.
|
||||||
|
|
||||||
|
## Goals / TODOs
|
||||||
|
|
||||||
|
- Come up with a name / codename.
|
||||||
|
- Must have communities.
|
||||||
|
- Must have threaded comments.
|
||||||
|
- Should the comments / votes be static, or feel like a chat, like [flowchat?](https://flow-chat.com).
|
||||||
|
- How does voting work? Should we go back to the old way of showing up and downvote counts? Or just a score?
|
||||||
|
- Should it allow bots?
|
||||||
|
- Decide on tech to be used: I prefer Actix, Diesel for the back end, inferno, typescript and bootstrap for the front end.
|
||||||
|
- How do we do the activitypub stuff?
|
||||||
|
-
|
Loading…
Reference in a new issue