Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 483 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 483 Bytes

💻 Storybook Desktop

Desktop app for all your Storybooks.

Getting started

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

Credits

This project is based on https://github.com/electron-userland/electron-webpack-quick-start