Build Repo
Summary
In order to build Dendron locally, we need to have a second copy of Dendron checked out in the same monorepo to use with Verdaccio
Setup
- Create a new workspace
cd $DENDRON_ROOT
mkdir build
cd build
- Clone Dendron
From Dendron Plugin QuickstartGo to text ā
Start anchor ^clone not found
Cook
Building the plugin
Regular build will install plugini in both vscodium
and vscode-insider
cd build/dendron/packages/plugin-core
./scripts/pullBuild.sh
NOTE: if changes include static assets, you will need to run the following commands afterwards
./scripts/sync_static.sh
./scripts/pack_and_install.sh