Skip to content

storybookjs/web

Repository files navigation

Storybook Web Light Storybook Web Dark

Welcome to the new home for Storybook's main website and documentation. This project is still in progress but will soon replace the existing platform. It is mainly built around Next.js, Tailwind, Turborepo and obviously Storybook ✌️

Monorepo

This project is structured around Turborepo. This doesn't include all projects just yet but we are importing all the pieces together slowly. Here are the main components of it:

  • apps/frontpage - Main website + Docs
  • packages/utils - Any functions useful across apps
  • packages/ui - Component library across apps

Main commands

turbo dev

Run all apps locally

pnpm fetch-docs

Import docs from the monorepo

pnpm dev

Run frontpage locally

Connect with us!