Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Zetaphor/lemmy-loops
∞Loops is a PWA client for the Lemmy network
https://github.com/Zetaphor/lemmy-loops
Last synced: 3 months ago
JSON representation
∞Loops is a PWA client for the Lemmy network
- Host: GitHub
- URL: https://github.com/Zetaphor/lemmy-loops
- Owner: Zetaphor
- Created: 2023-06-24T22:30:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T15:55:10.000Z (11 months ago)
- Last Synced: 2024-05-20T15:33:45.465Z (6 months ago)
- Language: Vue
- Homepage: https://loops.cx
- Size: 3.09 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-lemmy - lemmy-loops - loops) ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/Zetaphor/lemmy-loops) | (Projects / Alternative front-ends)
README
# ∞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](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```