Notedown - a simple, local-first note taking app with tauri
Notedown is under heavy development, expect a lot of breaking changes till we hit 1.0. If you want to install Notedown on your system, you can download the installer for your operating system on the release page.
Clone the project
git clone https://github.com/ruralad/notedown.git
Go to the project directory
cd notedown
Install dependencies
pnpm install
Note : Follow this guide to set up Tauri environment
Start the server
pnpm tauri dev
Licensed under the MIT license.