Skip to content

Commit

Permalink
add section about initial setup for development to README.md (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
culas committed Nov 7, 2023
1 parent 8b0bb96 commit 364ae06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit 364ae06

Please sign in to comment.