jasondavies / d3-cloud

Create word clouds in JavaScript.
https://www.jasondavies.com/wordcloud/
Other
3.82k stars 1.08k forks source link

Add support for storybook.js #161

Closed vladistan closed 1 year ago

vladistan commented 4 years ago

Storybook.js is a new radical way to develop web components. I am planning to do some work on this component. First my plan is to bring the development into the 20s.

First step is the storybook. The PR sets-up some scaffolding for the story book, to check it out just run:

   npm install
   npm run story-book

It's also possible to build static sites out of story books. Here is an example deployed via netlify.

https://confident-tereshkova-2a9fac.netlify.com/?path=/story/word-cloud-slanted--words

With Netlify you can speed-up PR acceptance, by enabling auto deploys of submitted PR request to temp URL.