Migration

Workspace Upgrade

We recently ( 2021.02.13 ) upgraded Dendron's backend to use Yarn Workspaces.

This comes with a bunch of performance and size improvements when developing Dendron.

If you currently have Dendron checked out, you'll need to run the following commands to migrate over to using the yarn build method.

# get latest version
git pull

npm install -g yarn
# remove old node_modules
./bootstrap/scripts/cleanup.sh
yarn bootstrap:bootstrap
yarn bootstrap:build