Skip to content

wtfchewy/Peak

Repository files navigation

Peak

Peak

A fast, native note-taking app built with Tauri and BlockSuite.


video.mp4


Getting Started

Prerequisites

Setup

git clone --recurse-submodules https://github.com/user/peak.git
cd peak
pnpm install

Development

# Desktop (Tauri)
pnpm tauri dev

# Web
pnpm dev:web

Build

pnpm tauri build

Contributing

  1. Fork the repo and create a feature branch
  2. Make your changes
  3. Commit with a clear message describing what changed and why
  4. Open a pull request against main

License

MIT