A soundboard with direct access to myinstants' library.
Find a file
2025-08-15 23:50:54 +02:00
.vscode feat: add search and play from myinstants 2025-08-15 23:45:42 +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 fix: remove unused import that prevented building 2025-08-15 23:48:48 +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: set bracketsameline to false in prettier and eslint 2025-08-14 15:52:59 +02:00
components.json feat: setup shadcn-svelte 2025-08-14 15:17:15 +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 feat: setup shadcn-svelte 2025-08-14 15:17:15 +02:00
eslint.config.mjs chore: set bracketsameline to false in prettier and eslint 2025-08-14 15:52:59 +02:00
package.json featt: update package.json 2025-08-15 23:50:54 +02:00
pnpm-lock.yaml feat: add search and play from myinstants 2025-08-15 23:45:42 +02:00
README.md docs: write description in readme 2025-08-13 22:34:40 +02:00
svelte.config.mjs chore: init 2025-08-13 22:30:04 +02:00
tsconfig.json feat: setup shadcn-svelte 2025-08-14 15:17:15 +02:00
tsconfig.node.json feat: setup shadcn-svelte 2025-08-14 15:17:15 +02:00
tsconfig.web.json feat: setup shadcn-svelte 2025-08-14 15:17:15 +02:00

throughmic

A soundboard with direct access to myinstants' library.

Project Setup

Install

$ pnpm install

Development

$ pnpm dev

Build

# For windows
$ pnpm build:win

# For macOS
$ pnpm build:mac

# For Linux
$ pnpm build:linux