Skip to content

Appsparkler-Archives/my-storybooks

Repository files navigation

My Storybooks

A Storybook for React component libraries I develop.

Contents

  1. Getting Started
  2. react-mark.js
    1. Start Storybook
    2. Start Docs
    3. Build Storybook
    4. Build Docs

Getting Started

Clone the repo:

git clone https://github.com/appsparkler/my-storybooks.git

Install modules

yarn

React Mark JS

Starting the react-mark.js Storybook Server

yarn sb-react-mark

Starting the react-mark.js Docs Server

yarn sb-react-mark-docs

Build the react-mark.js Storybook

yarn build-react-mark
# outputs to ./storybooks

Build the react-mark-js docs

yarn build-sb-react-mark-docs
# outputs to ./docs