No description
  • TypeScript 88%
  • CSS 11.7%
  • HTML 0.2%
  • JavaScript 0.1%
Find a file
2026-04-19 11:10:14 +03:00
.vscode native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
build Sway Desktop Redesign , more features 2026-04-18 13:35:13 +03:00
resources native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
src Ig I'll publish the artifacts by hand 2026-04-19 11:07:24 +03:00
.editorconfig native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
.gitattributes native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
.gitignore Sway Desktop Redesign , more features 2026-04-18 13:35:13 +03:00
.npmrc native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
.prettierignore native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
.prettierrc.yaml native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
dev-app-update.yml native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
electron-builder.yml bruh 2026-04-19 11:10:14 +03:00
electron.vite.config.ts Good amount of progress on the sidebar and parallel recorder 2026-04-06 10:35:26 +03:00
eslint.config.mjs native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
LICENSE.md Perhaps now? 2026-04-18 14:35:03 +03:00
package.json Ig I'll publish the artifacts by hand 2026-04-19 11:07:24 +03:00
pnpm-lock.yaml App refactor and redesign, now Sway Music. Added subsonic support 2026-04-12 02:52:35 +03:00
README.md native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
tsconfig.json native-feat-rewrite: sync all local changes 2026-04-03 13:16:54 +03:00
tsconfig.node.json Sway Desktop Redesign , more features 2026-04-18 13:35:13 +03:00
tsconfig.web.json Good amount of progress on the sidebar and parallel recorder 2026-04-06 10:35:26 +03:00

sway-desktop

An Electron application with React and TypeScript

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux