@stackblitz/sdk
Version:
SDK for generating and embedding StackBlitz projects.
41 lines (26 loc) • 1.12 kB
Markdown
The StackBlitz JavaScript SDK lets you programmatically create StackBlitz projects to be opened in a new window or embedded in your docs, example pages, or blog posts.
Check out our SDK documentation on developer.stackblitz.com:
- [SDK overview](https://developer.stackblitz.com/platform/api/javascript-sdk)
- [Options reference](https://developer.stackblitz.com/platform/api/javascript-sdk-options)
- [Controlling embeds](https://developer.stackblitz.com/platform/api/javascript-sdk-vm)
- Issues with the SDK can be filed at https://github.com/stackblitz/sdk/issues
- Other issues with StackBlitz can be filed at https://github.com/stackblitz/core/issues
We use `npm` and Node 16+.
```sh
npm install
npm start
npm test
npm run test:e2e
STACKBLITZ_SERVER_ORIGIN=https://stackblitz.com npm run test:e2e
npm run build
```