mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 19:01:05 +00:00
23 lines
412 B
Markdown
23 lines
412 B
Markdown
# svite
|
|
|
|
> Example set-up using [svite](https://github.com/dominikg/svite).
|
|
|
|
## Getting started
|
|
|
|
Use [degit](https://github.com/Rich-Harris/degit) to quickly scaffold a new project:
|
|
|
|
```sh
|
|
npx degit ibm/carbon-components-svelte/examples/svite carbon-svite
|
|
cd carbon-svite
|
|
yarn install
|
|
```
|
|
|
|
## Available scripts
|
|
|
|
### `yarn dev`
|
|
|
|
Runs the app in development mode.
|
|
|
|
### `yarn build`
|
|
|
|
Builds the app for production.
|