Aplication for write notes in markdown. The aplication is made in Tauri to use web technologies for a desktop app, Typescript for type safety, Svelte as frontend and Rust as backend.
pnpm install
This creates a dev build and rebuilt when you make changes.
pnpm dev
This creates a production-ready version of the app.
pnpm build