From 6cf21c1876b58b8d59319748ea79701d92879d39 Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Wed, 10 Oct 2018 14:53:35 +0200 Subject: [PATCH] updated readme --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2568bbcc4..3ac341b40 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,22 @@ ## Build Setup +### Install ``` bash -# install dependencies +# install all dependencies $ yarn install +``` +### Development +``` bash # serve with hot reload at localhost:3000 -$ yarn run dev +$ yarn dev +``` +### Build for production +``` bash # build for production and launch server -$ yarn run build +$ yarn build $ yarn start ``` @@ -25,7 +32,6 @@ All reusable Components (for example avatar) should be done inside the styleguid ![Styleguide Screenshot](screenshot-styleguide.png) ### To show the styleguide - ``` bash $ yarn styleguide ```