#Storybook online in stackblitz

3 messages · Page 1 of 1 (latest)

terse cipher
#

I'm trying to obtain a Storybook instance that I can run in Stackblitz, I stole a stackblitz link from an issue. https://stackblitz.com/edit/github-c8i1hr-s16ro8?file=package.json
Problem is stackblitz never finished loading

storybook dev -p 5173
@storybook/cli v7.1.0-alpha.26 /// the same for "storybook": "^7.0.23",
....
Booting WebContainer
Installing dependencies ---<< stuck here !
Running start command

Run Sandboxes After Storybook created by Storybookjs on StackBlitz

broken siren
#

Browser are you using? I typically have the least issues with Stackblitz in a chromium based browser.

That first link worked for me. The commented one (Vitejs - Vite (forked)) didn't, but the error seems like a configuration error and I don't know anything about Vite.

You mentioned that you are just wanting an instance. So if you don't need the one you found specifically then the sandbox Stackblitz links are located here and should usually be up to date and working: https://github.com/storybookjs/sandboxes

GitHub

Contribute to storybookjs/sandboxes development by creating an account on GitHub.