Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 686 Bytes

dev.md

File metadata and controls

51 lines (33 loc) · 686 Bytes

🖥️ Develop

IDE Setup

Cursor + ESLint + Prettier

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