No description
  • Vue 91.9%
  • JavaScript 4%
  • CSS 3.4%
  • HTML 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-28 14:21:06 +02:00
public Code cleanup and implemented the last missing features (i think) 2022-11-29 20:59:38 +01:00
src feat(footer): Add play/pause button. Replace text with icons. 2026-07-28 14:21:06 +02:00
.gitignore Added waiting room feature 2023-04-07 15:42:40 +02:00
index.html Code cleanup and implemented the last missing features (i think) 2022-11-29 20:59:38 +01:00
LICENSE added AGPL license 2023-08-27 19:23:31 +02:00
package-lock.json Updated js dependencies and version bump 2024-10-13 15:35:29 +02:00
package.json Updated js dependencies and version bump 2024-10-13 15:35:29 +02:00
README.md added and updated documentation 2024-09-23 18:13:32 +02:00
vite.config.js i hate js 2022-11-18 11:23:08 +01:00

Syng web client

This is the web client for Syng

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build