Development
Mobile & Desktop Apps
Build and run Parchment with Tauri on desktop and mobile.
Parchment includes Tauri-based applications for desktop and mobile.
Desktop App
From web/:
bun run dev:desktop # Development
bun run build:desktop # Production buildMobile Apps
From web/:
Android:
bun run dev:android # Development
bun run build:android # Production AAB
bun run build:android:apk # Production APKiOS:
bun run dev:ios # Development
bun run build:ios # Production buildSee Development for release and store publishing.