Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 22 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
e0ba698
Update package-lock.json
naman-tiwari May 6, 2022
a4283ec
Create launch.json
naman-tiwari May 6, 2022
43a3619
Update package-lock.json
naman-tiwari May 6, 2022
f5da297
Create super-linter
naman-tiwari May 6, 2022
6022d8c
Merge pull request #1 from naman-tiwari/naman-patch-1
naman-tiwari May 6, 2022
e3010f3
Merge branch 'asyncapi:master' into master
naman-tiwari May 11, 2022
0f6face
Readme.md modifed
naman-tiwari May 11, 2022
6f4a73a
Merge branch 'master' of https://github.com/naman-tiwari/design-system
naman-tiwari May 25, 2022
720fab8
Update README.md
naman-tiwari May 25, 2022
a6f6099
docs:enhanced readme file with icons
naman-tiwari May 25, 2022
8f5f7cf
Merge branch 'master' of https://github.com/naman-tiwari/design-system
naman-tiwari May 25, 2022
7d01fe6
Merge branch 'asyncapi:master' into patch-1
naman-tiwari May 25, 2022
66707ee
modified readme
naman-tiwari May 25, 2022
cd7c386
Merge pull request #2 from naman-tiwari/patch-1
naman-tiwari May 25, 2022
66e48a0
Update README.md
naman-tiwari May 25, 2022
1cb492b
Merge pull request #3 from naman-tiwari/naman-tiwari-patch-1
naman-tiwari May 25, 2022
b8c06e3
Update README.md
naman-tiwari May 25, 2022
5d9bba3
Update README.md
naman-tiwari May 25, 2022
c7b20ac
Delete super-linter
naman-tiwari May 25, 2022
938c4b9
Delete launch.json
naman-tiwari May 25, 2022
8f3499a
updated requested changes
naman-tiwari May 25, 2022
2cddd57
updated the requested changes
naman-tiwari May 27, 2022
eef23d6
Update README.md
naman-tiwari May 27, 2022
7d79205
updated requested changes
naman-tiwari May 27, 2022
559ba31
Merge branch 'master' into master
mcturco May 31, 2022
50db191
Merge branch 'master' into master
fmvilas Nov 28, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[![AsyncAPI Design System](/assets/github-repobanner-designsystem.png)](https://www.asyncapi.com)

## Environment Setup
# :deciduous_tree: Environment Setup

### How to setup storybook locally
### :joystick: How to setup storybook locally

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

```cmd
npm install --save-dev
```
```cmd
npm install
```

- 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:
- 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:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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:
- 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:


```cmd
npm run storybook
```
```cmd
npm run storybook
```

- This will start your local Storybook environment on port `6006` by default.
- By default, this will launch your local Storybook environment on port '6006'.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- By default, this will launch your local Storybook environment on port '6006'.
- By default, this will launch your local Storybook environment on port `6006`.

19 changes: 19 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.