- Install Node.js (version 22.0.0 or above) and VS Code (version 1.92.0 or above).
- Clone this project:
git clone https://github.com/intellizen-dev/intellizen.git
- Install global
pnpm
and project dependencies:npm install -g pnpm
pnpm install
- Start the development environment:
pnpm dev
- Open the project in VS Code and press
F5
(or the key configured for running tasks in your settings).