clarksaxby / shuswapfamilytherapy.ca

Gatsby website for Kendra of shuswapfamilytherapy.ca
MIT License
0 stars 0 forks source link

Add storybook #19

Closed calebissharp closed 6 years ago

calebissharp commented 6 years ago

Adds some config files and deps to get storybook working. ./src/stories exists to place stories, so it is empty for the time being as we have no components yet.

NOTE: I had to lock the version of @storybook/react to 3.2.14, because otherwise with the latest version, 3.4.8, webpack was throwing an error during npm run storybook. I'm leaving this here for further reference because I spent a lot of time trying to find the root of this cryptic error: TypeError: Cannot read property 'request' of undefined.