Home

Awesome

∞Loops, a Lemmy client

A PWA/Desktop client for Lemmy. Very much a work in progress.

Built with Vue 3, Tailwind CSS, and DaisyUI.

There is a proxy for the API through the Vite config as CORS is still an issue until a later Lemmy release. It's currently hardcoded to zemmy.cc

https://github.com/Zetaphor/lemmy-loops/assets/3112763/e14bc59b-435a-48f5-acb6-255877f05575

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint