Shuddhalekhan is organized as a Bun monorepo with two workspaces:
app/— the Windows Electron speech-to-text application.web/— the React landing page.
Install all workspace dependencies from the repository root:
bun installRun the desktop application:
bun run dev:appRun the landing page:
bun run dev:webRun repository checks:
bun run typecheck
bun run lint
bun testSee app/README.md for desktop application details.