# 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.