README.md
October 10, 2025 ยท View on GitHub
IntelliZenWIP
A extension with ZenScript(Based CraftTweaker) for VSCodeDevelopment
- 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
pnpmand project dependencies:npm install -g pnpmpnpm install
- Start the development environment:
pnpm watch
- Open the project in VS Code and press
F5(or the key configured for running tasks in your settings).