From 2121790246e8636632cbb1a6469e2ea396a274f0 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Tue, 9 Oct 2018 15:05:06 +0200 Subject: [PATCH] updated the readme --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 225835e40..e071a26b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# graphql-ui +# Human Connection - GraphQL UI Prototype -> Human Connection GraphQL UI Prototype +> Ui Prototype for HC ## Build Setup @@ -18,4 +18,16 @@ $ yarn start ## Styleguide -All reusable Components (for example avatar) should be done inside the +All reusable Components (for example avatar) should be done inside the styleguide directory. + +### To show the styleguide + +``` bash +$ yarn styleguide +``` + +if you changed design tokens or other styles inside the styleguide, run the refresh command to build the styleguide as a lib + +``` bash +$ yarn styleguide:build +```