Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.37 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.37 KB

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

npm install

Install all dependencies

turbo fetch-docs

Fetch docs from the monorepo

turbo dev

Run all apps locally

turbo build

Build all apps locally

npm run clean

Clean the monorepo. You'll have to install dependencies again after running this command with npm install

Connect with us!