docs: small updates to getting-started

This commit is contained in:
ayo 2026-07-21 22:41:58 +02:00 committed by GitHub
parent 46ad64d5aa
commit 1bb352f893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,11 +9,9 @@ When you extend the WebComponent class for your custom element, you only have to
The result is a reactive UI on property changes.
You can see every feature running at [demo.webcomponent.io ↗](https://demo.webcomponent.io/) — a live gallery with the source alongside each demo. Individual demos are linked from the guide that covers them, and the full list is in [Examples](/examples/#live-demo-gallery).
## Quick start
The fastest way to try wcb is to scaffold a new component with [`create-wcb`](https://www.npmjs.com/package/create-wcb):
The fastest way to try wcb is to scaffold a new component:
```bash
npm create wcb@latest