2023-01-12 15:46:55 +01:00

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>