mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
- Introduced a new English version of the contributor guide (CONTRIBUTING_EN.md) to enhance accessibility for non-Chinese speakers. - Updated issue templates to use more specific labels (kind/bug, kind/enhancement, kind/question) for better categorization. - Added a testing section in the developer guide to clarify testing procedures.
719 B
719 B
🖥️ Develop
IDE Setup
Project Setup
Install
yarn
Development
Setup Node.js
Download and install Node.js v20.x.x
Setup Yarn
corepack enable
corepack prepare yarn@4.6.0 --activate
Install Dependencies
yarn install
Start
yarn dev
Test
yarn test
Build
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux