Skip to content

Storybook

Peter Chapman edited this page Jul 10, 2023 · 2 revisions

Setup

cd src/SIL.XForge.Scripture/ClientApp
npm install

Usage

Run:

cd src/SIL.XForge.Scripture/ClientApp
npm run storybook

Run Storybook stories/tests headlessly:

cd src/SIL.XForge.Scripture/ClientApp
npm run test-storybook

Accessing Storybook

After running Storybook, you can view it via http://localhost:6006/

Clone this wiki locally