A soundboard with direct access to myinstants' library.
Find a file
2025-08-13 22:30:04 +02:00
.vscode chore: init 2025-08-13 22:30:04 +02:00
build chore: init 2025-08-13 22:30:04 +02:00
resources chore: init 2025-08-13 22:30:04 +02:00
src chore: init 2025-08-13 22:30:04 +02:00
.editorconfig chore: init 2025-08-13 22:30:04 +02:00
.gitignore chore: init 2025-08-13 22:30:04 +02:00
.npmrc chore: init 2025-08-13 22:30:04 +02:00
.prettierignore chore: init 2025-08-13 22:30:04 +02:00
.prettierrc.yaml chore: init 2025-08-13 22:30:04 +02:00
dev-app-update.yml chore: init 2025-08-13 22:30:04 +02:00
electron-builder.yml chore: init 2025-08-13 22:30:04 +02:00
electron.vite.config.ts chore: init 2025-08-13 22:30:04 +02:00
eslint.config.mjs chore: init 2025-08-13 22:30:04 +02:00
package.json chore: init 2025-08-13 22:30:04 +02:00
README.md chore: init 2025-08-13 22:30:04 +02:00
svelte.config.mjs chore: init 2025-08-13 22:30:04 +02:00
tsconfig.json chore: init 2025-08-13 22:30:04 +02:00
tsconfig.node.json chore: init 2025-08-13 22:30:04 +02:00
tsconfig.web.json chore: init 2025-08-13 22:30:04 +02:00

throughmic

An Electron application with Svelte 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