A fast, native note-taking app built with Tauri and BlockSuite.
video.mp4
git clone --recurse-submodules https://github.com/user/peak.git
cd peak
pnpm install# Desktop (Tauri)
pnpm tauri dev
# Web
pnpm dev:webpnpm tauri build- Fork the repo and create a feature branch
- Make your changes
- Commit with a clear message describing what changed and why
- Open a pull request against
main
MIT