Fresh rewrite of the IF-Script IDE built as a modern web-first PWA.
Current direction:
- Graph-first authoring for non-coders, with source mode retained as the advanced fallback.
- Path:
apps/ide - Stack: React + TypeScript + Vite + Monaco + Zustand
- Core runtime/parser:
if-script-core@^0.6.1
- Node.js
22.12.0+ - npm
10.9.0+
Version hint files are included:
.nvmrc.node-version
If you use nvm, run:
nvm use
From repository root:
npm run devnpm run buildnpm run testnpm run test:e2enpm run lintnpm run typecheck