The short version is, that Lemmy is similar to Reddit. The main difference is that Lemmy is Open-Source and Federated. This means that there is no single huge "Lemmy Server" but many smaller "instances" of Lemmy hosted by different people. These instances can communicate with each other, so you can follow people on other instances and see their posts and comments.
No particular reason. I like Lemmy and the idea of a federated internet universe so I decided to build a UI for it. Even though there are many UIs out there for Lemmy, there doesn't seem to be one built with the technologies I chose.
- Vue.js
- Bootstrap
- lemmy-js-client
Warning
This project is still in early development phase. It is currently not configured to work on a public instance.
Muslemmy-ui is a free and open source project. There is currently no way to donate but if you want to help out make sure to check out the contributing section.
VSCode + Volar (and disable Vetur).
See Vite Configuration Reference.
npm install
npm run dev
npm run build