From meem-packages:
yarn
yarn bootstrap
yarn link
from inside packages/sdkyarn link
from inside each package you intend to edit (e.g. packages/react)
From meem-app
yarn localPackageLink
- When done editing, revert to the live NPM packages with
yarn localPackageUnlink
For working inside meem-packages open the meem-packages.code-workspace file:
code meem-packages.code-workspace
To auto-build changes to meem-packages run from the root directory:
yarn watch
Note: Running these packages locally will cause page loads to be much slower.