mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
21 lines
304 B
Plaintext
21 lines
304 B
Plaintext
<h1>
|
|
<%= name %>
|
|
</h1>
|
|
|
|
<p>This is project generated to serve as a reproduction starter for Storybook.</p>
|
|
|
|
<a href="<%= stackblitzUrl %>">
|
|
View it in Stackblitz
|
|
</a>
|
|
|
|
<h3>Testing instructions</h3>
|
|
|
|
<p>Install dependencies:</p>
|
|
<pre>
|
|
yarn
|
|
</pre>
|
|
|
|
<p>Run Storybook:</p>
|
|
<pre>
|
|
yarn storybook
|
|
</pre> |