Moved to main repo
Webstudio CLI lets you download data from a Webstudio instance onto your file system. Webstudio SDK will automatically use it.
Add CLI to your project locally by running yarn add --dev @webstudio-is/cli
or globally by running npm i -g @webstudio-is/cli
Now you can run wstd --help
to show the manual.
Run wstd sync <project id> --host <instance url>
to fetch the data. Project id is visible in the URL of the project in the designer. Instance URL depends on where you host the designer. Example: wstd sync 62154aaef0cb12345ccf85d6e --host https://my-webstudio-instance.vercel.app
When you sync, the script will download the data into .webstudio
folder in your project root. Now you can use the SDK to render components, see webstudio landing as an example.