From fdc6a8a43487219339fc492f4b709ec75bc81098 Mon Sep 17 00:00:00 2001 From: Caroline Desprat Date: Thu, 4 Jul 2024 08:50:45 +0000 Subject: [PATCH] Revert "Update README.md" This reverts commit 4d7c9b36414094b36e476cb471772509f689c081. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 71f19dde6a..df1ab3dfc5 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,6 @@ 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`.