From 364ae066037685a115a5d548bae60014a9baae12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Schn=C3=BCriger?= Date: Tue, 7 Nov 2023 13:51:00 +0100 Subject: [PATCH] add section about initial setup for development to README.md (#1) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 45187d5..3e7a1a2 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,11 @@ If you want to lazy load the components where you need them, you can import the ```js import 'design-system-showcase/src/components/button/button.component'; ``` + +## Development + +### Initial setup +Check out the Git repository and run the following commands in the root directory to get started: +* `npm install` +* `npm run build --workspace web-components` +* `npm run storybook --workspace web-components`