Hi team, I'm new to Webstudio and trying to run the project locally. I followed the steps below:
git clone
https://github.com/webstudio-is/webstudio.gitcd webstudio
pnpm install
pnpm dev
However, when I run pnpm dev, I get the following error:
PS D:\testing-purpose-webstudio\webstudio> pnpm dev
webstudio-root@0.0.0 dev D:\testing-purpose-webstudio\webstudio
pnpm --filter='@webstudio-is/builder' dev
No projects matched the filters in "D:\testing-purpose-webstudio\webstudio"
It seems like the filter is not matching any project. Am I missing any steps or setup instructions? Would appreciate any guidance to get the dev environment running properly.