mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 15:31:16 +08:00
19 lines
298 B
Plaintext
19 lines
298 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>
|
|
|