From b940abbecf69ccc61f74a379d8b882481d00c98e Mon Sep 17 00:00:00 2001 From: Arlindo Pereira Date: Mon, 7 Oct 2024 17:11:54 +0200 Subject: [PATCH 1/2] Fixes repo url + install command Closes #3 --- src/docs/Introduction.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/docs/Introduction.mdx b/src/docs/Introduction.mdx index 59b5137..f880846 100644 --- a/src/docs/Introduction.mdx +++ b/src/docs/Introduction.mdx @@ -12,12 +12,12 @@ Baklava is the design system created by [Fortanix](https://fortanix.com) to buil 1. Clone Baklava ``` -git clone https://bitbucket.org/fortanix/baklava +git clone https://github.com/fortanix/baklava ``` 2. Install dependencies ``` -npm install +npm run install-project ``` 3. Run Baklava From aeb5b33b71592d6f02ff62285a554d05fad24a7e Mon Sep 17 00:00:00 2001 From: mkrause Date: Tue, 8 Oct 2024 11:17:28 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index be416bc..1eef647 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This repository contains the Baklava design system used to build [Fortanix](https://fortanix.com) products. +You can find the latest Storybook documentation [here](https://fortanix.github.io/baklava). + ## Contributing