⚠️ This repository has been moved to top-frameworks monorepo
This repository is now archived. All development continues in the monorepo. Please update your bookmarks and references.
by @ctwhome
# install dependencies
pnpm i
# run development mode
pnpm tauri dev
# build SvelteKit
pnpm build
# build tauri app - it needs to build the frontend first
pnpm tauri build
# relsese: Build both, frontend and backend
pnpm release