Skip to content

Latest commit

 

History

History
65 lines (42 loc) · 794 Bytes

File metadata and controls

65 lines (42 loc) · 794 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

Debug

yarn debug

Then input chrome://inspect in browser

Test

yarn test

Build

# For windows
$ yarn build:win

# For macOS
$ yarn build:mac

# For Linux
$ yarn build:linux