mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs: update guidance on examples, usage
This commit is contained in:
parent
344f636484
commit
18f0ea4b35
7 changed files with 151 additions and 15 deletions
|
@ -2,6 +2,16 @@
|
|||
|
||||
> Example set-up using [Rollup](https://github.com/rollup/rollup).
|
||||
|
||||
## Getting started
|
||||
|
||||
Scaffold a new project using [degit](https://github.com/Rich-Harris/degit):
|
||||
|
||||
```sh
|
||||
npx degit ibm/carbon-components-svelte#rollup svelte-app
|
||||
cd svelte-app
|
||||
yarn install
|
||||
```
|
||||
|
||||
## Available scripts
|
||||
|
||||
### `yarn dev`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue