No description
  • Svelte 49.8%
  • TypeScript 45.8%
  • CSS 2.2%
  • JavaScript 1.9%
  • HTML 0.3%
Find a file
2026-06-20 05:01:50 +02:00
.vscode Grabber: Year text: Skeleton API 2026-06-20 02:08:58 +02:00
build Scaffolding and app name 2026-06-19 16:46:25 +02:00
frontend UI: Implement basic structure 2026-06-20 05:01:50 +02:00
logic UI: Implement basic structure 2026-06-20 05:01:50 +02:00
resources Scaffolding and app name 2026-06-19 16:46:25 +02:00
src Split into 3 apps by build config; Imported Mustang Meet code 2026-06-19 20:54:53 +02:00
.editorconfig Scaffolding and app name 2026-06-19 16:46:25 +02:00
.gitignore Scaffolding and app name 2026-06-19 16:46:25 +02:00
dev-app-update.yml Scaffolding and app name 2026-06-19 16:46:25 +02:00
electron-builder.yml Scaffolding and app name 2026-06-19 16:46:25 +02:00
electron.vite.config.ts Scaffolding and app name 2026-06-19 16:46:25 +02:00
eslint.config.mjs UI: Implement basic structure 2026-06-20 05:01:50 +02:00
LICENSE.md Split into 3 apps by build config; Imported Mustang Meet code 2026-06-19 20:54:53 +02:00
package.json UI: Implement basic structure 2026-06-20 05:01:50 +02:00
README.md UI: Implement basic structure 2026-06-20 05:01:50 +02:00
svelte.config.mjs Scaffolding and app name 2026-06-19 16:46:25 +02:00
tsconfig.json Scaffolding and app name 2026-06-19 16:46:25 +02:00
tsconfig.node.json Scaffolding and app name 2026-06-19 16:46:25 +02:00
tsconfig.web.json UI: Implement basic structure 2026-06-20 05:01:50 +02:00

Sound of Kingdom

An Electron application with Svelte and TypeScript

Project Setup

Install

$ yarn install

Development

$ yarn run dev

Build

# For windows
$ yarn run build:win

# For macOS
$ yarn run build:mac

# For Linux
$ yarn run build:linux