2 Replies
1 - Make sure to pull everything from main (with
git pull --recurse-submodules
2 - pnpm i
3 - pnpm dev:cli
Then, on a separate terminal, if you hadn't done this or have unlinked plasmo:
1 - cd /path/to/plasmo
2 - pnpm link --global
Then, in any project:
1 - plasmo dev
(instead of pnpm dev
)👌