Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (25 loc) · 640 Bytes

CONTRIBUTING.md

File metadata and controls

36 lines (25 loc) · 640 Bytes

Contributing

If you are interested in contributing to the project, please read the following guidelines.

Development

Prerequisites

  • Node.js LTS
  • pnpm
  • Bun
  • Deno
  • Rust

Setup

git clone https://github.com/kunkunsh/kunkun.git --recursive
pnpm run setup
pnpm install
pnpm --filter @kksh/gql build

Run Desktop App

pnpm --filter @kksh/desktop tauri dev
# or run it within the desktop app directory
cd apps/desktop
pnpm tauri dev

Caution

For some unknown reason, the desktop app may panic when running pnpm tauri dev in the first time. If that happens, please try running it again.