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 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