After cloning the repository and be sure to use the correct Node version (> v10), run :
yarn install
yarn bootstrap
Then, build the library with :
yarn build
or
cd packages/components
yarn build
cd packages/website
yarn build
Finally, serve the website (http://localhost:5000) with :
yarn serve
or
cd packages/website
yarn serve