- Notifications
You must be signed in to change notification settings - Fork0
diamondburned/slemmy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- WS support
- Multiple instances (profiles support)
- Posts feed
- Autoload on scroll
- Filtering and sorting
- Comments feed
- Autoload on scroll
- Filtering and sorting
- Logging in
- Upvoting
- Commenting
- Community feed
- User info popup/page
No good reason. Initially I wanted to try out a seemingly-good CSS framework.It turned out to be awful, and so did Tailwind.
My advice? Never use Tailwind. It's a waste of time.
The favicon is taken fromOpenMoji, which is licensedunder theCC BY-SA 4.0. Itis color-altered to be pink.
Seepackage.json.
You shouldn't need to build this project just to use it, but for development,you can use the following commands:
npm i# install dependenciesnpm run build# build the project to ./build/
You can also usenpm run dev
to start a live development server.
About
Lemmy client in Svelte