Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit ade8219

Browse files
naman-tiwarimcturcofmvilas
authored
docs: updates to make styling consistent (#36)
Co-authored-by: Missy Turco <60163079+mcturco@users.noreply.github.com> Co-authored-by: Fran Méndez <fmvilas@gmail.com>
1 parent 57d2e23 commit ade8219

File tree

2 files changed

+30
-11
lines changed

2 files changed

+30
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[![AsyncAPI Design System](/assets/github-repobanner-designsystem.png)](https://www.asyncapi.com)
22

3-
## Environment Setup
3+
# :deciduous_tree: Environment Setup
44

5-
### How to setup storybook locally
5+
### :joystick: How to setup storybook locally
66

7-
- Before starting the Storybook environment locally, install all the required dependencies. Run the command below to install the dependencies:
7+
- Install all essential prerequisites before launching the Storybook environment locally. To install the dependencies, run the command below:
88

9-
```cmd
10-
npm install --save-dev
11-
```
9+
```cmd
10+
npm install
11+
```
1212

13-
- Now, as you have all the `node_modules` installed in your project, you can start the Storybook environment. Run the command below to start it:
13+
- Now that you've installed all of the `node modules` in your project, you can launch the Storybook environment. To get started, type the command below:
1414

15-
```cmd
16-
npm run storybook
17-
```
15+
```cmd
16+
npm run storybook
17+
```
1818

19-
- This will start your local Storybook environment on port `6006` by default.
19+
- By default, this will launch your local Storybook environment on port `6006`.

package-lock.json

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)