Development¶
Core app¶
Setup¶
Setup pre-commit hook:
Setup env: (maybe can skip)
Tip: run
uv self update
to updateuv
to the latest version.
Install JS deps:
Then:
- inside VS Code select Python interpreter at
./.venv
Run locally¶
In one terminal:
In another terminal:
TIP: if you're not editing the monaco-related modules, you can use
BUNDLE
to only compile the modules needed which is much faster, e.g.BUNDLE='prosemirror' npm run build:watch
.
Run locally with extensions¶
Docs¶
Extensions¶
If you're developing a new extension in this repo:
cd packages
uv init $package_name --lib
(e.g. dyad_foo)
Mesop¶
If you want to use a local Mesop pip package, then first build the Mesop pip package, and then do: