- Reformatted sections in README.md for better readability. - Added new development documentation in docs/dev.md to guide setup and installation processes. - Updated Japanese and Chinese README translations to reference the new development documentation.
686 B
686 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
Build
# For windows
$ yarn build:win
# For macOS
$ yarn build:mac
# For Linux
$ yarn build:linux