Desktop app for all your Storybooks.
This project is still in an early stage. To get the app, you'll have to build it yourself right now. Here's how:
git clone https://github.com/storybookjs/desktop.git
cd desktop
yarn
To run the development build:
yarn dev
To build the production app:
yarn dist
This project is based on https://github.com/electron-userland/electron-webpack-quick-start