From 4d7c9b36414094b36e476cb471772509f689c081 Mon Sep 17 00:00:00 2001 From: Caroline Desprat Date: Thu, 4 Jul 2024 10:36:49 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index df1ab3dfc5..71f19dde6a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ yarn yarn serve ``` +* Serve the design system built with Storybook + +``` +yarn storybook +``` +The design system is accessible here: https://icij.github.io/datashare-client/ ## Datashare **backend** Datashare backend allows to index, find names and provide file preview or download. It must be run alongside the client for manual testing with the benefits of hot reloading with `yarn serve`.