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
Screen_Recording_20230801_163715_Firefox.mp4
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint