Skip to content

Commit f7462aa

Browse files
authored
add npm install to quickstart
Lack of it might cause a small stumble to newcomers
1 parent 4686bf1 commit f7462aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

getting-started/quickstart.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ sidebar_position: 1
2323
```
2424
3. Build your component with
2525
```bash
26+
npm install
2627
npm run build
2728
```
2829

@@ -32,4 +33,4 @@ Test your component with a [Component Manager](/getting-started/components-manag
3233

3334
## 💌 Share your Managed Component
3435

35-
Let the community know about your managed component by [making a PR to these docs](https://github.com/managed-components/docs) so it can be shared in the [Known Components](/components) list.
36+
Let the community know about your managed component by [making a PR to these docs](https://github.com/managed-components/docs) so it can be shared in the [Known Components](/components) list.

0 commit comments

Comments
 (0)