Dittly / website

🔨 The Dittly Website
4 stars 2 forks source link

Add stories #14

Closed mikenikles closed 7 years ago

mikenikles commented 7 years ago

Most components in components/**/*.js are now available as Storybook stories.

  1. yarn storybook
  2. Visit http://localhost:6006

Notes This PR introduces https://github.com/standard-things/esm. It allows import / export statements in Node.js.

To do: