A Loops.video web client https://loops.gay
hazycora 9205a6000b
Some checks failed
Deploy to VPS / build_site (push) Failing after 10m44s
Add note that project has been forced to cease development by dansup
2025-02-08 01:31:52 -06:00
.forgejo/workflows add deploy action 2024-11-03 16:11:32 -06:00
src bump build number to fix signin 2024-12-17 19:29:52 -06:00
static fix 192x192 icons 2024-11-25 05:17:06 -06:00
.env.example add installation instructions 2024-11-03 20:01:42 -06:00
.gitignore initial commit 2024-11-01 23:19:17 -05:00
.npmrc initial commit 2024-11-01 23:19:17 -05:00
.prettierignore initial commit 2024-11-01 23:19:17 -05:00
.prettierrc initial commit 2024-11-01 23:19:17 -05:00
eslint.config.js clean up ui + add profile pages 2024-11-03 14:08:56 -06:00
LICENSE license under the AGPL 2024-11-29 11:49:17 -06:00
package.json license under the AGPL 2024-11-29 11:49:17 -06:00
pnpm-lock.yaml add installation instructions 2024-11-03 20:01:42 -06:00
postcss.config.mjs update postcss config to mjs 2024-11-24 04:44:29 -06:00
README.md Add note that project has been forced to cease development by dansup 2025-02-08 01:31:52 -06:00
svelte.config.js don't use global types 2024-11-03 21:03:22 -06:00
tsconfig.json initial commit 2024-11-01 23:19:17 -05:00
vite.config.ts don't use global types 2024-11-03 21:03:22 -06:00

loops-web

A FOSS Loops frontend for the web.

Note: Dansup, creator of Loops, banned my account in response to a dispute we had, and has in general been terrible to work with. Due to this, I am not working on this project any more, and can not work on this project (I'm not allowed on the platform!) You can read this open letter and the recounting of events written by others for an understanding of the events that lead to this. Sorry! If someone else wants to take up the project, reach out :)

Installation

pnpm install
pnpm run build
cp .env.example .env

If you prefer to use standard npm, or to use bun, you can swap the pnpm commands.

Usage

Edit your .env file as necessary. Then, you can simply start the client like this:

pnpm run start