2023-04-18 17:23:51 +02:00

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>