Skip to content

Quick start

Requirements

  • Node.js 18+
  • Rust stable toolchain
  • Platform-specific Tauri prerequisites (docs)

Install

bash
git clone https://github.com/openqmt/PeekShell.git
cd PeekShell
npm install

Development

bash
npm run tauri-dev

This starts the Vite frontend and the Tauri desktop window. For frontend-only work:

bash
npm run dev

Build

bash
npm run build
# Full desktop installers:
# npx tauri build

Documentation site

This site is powered by VitePress. Sources live under docs/ in the repo:

bash
npm run docs:dev      # local preview
npm run docs:build    # static build
npm run docs:preview  # preview the build

Next

Built with Tauri 2 · Rust · Vue 3