https://github.com/webiny/svelte-live-preview
https://github.com/webiny/svelte-live-preview
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webiny/svelte-live-preview
- Owner: webiny
- Created: 2024-05-20T17:43:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T17:30:34.000Z (about 2 years ago)
- Last Synced: 2024-12-28T22:53:17.104Z (over 1 year ago)
- Language: Svelte
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Developing
Install deps, and run the app in development mode:
```
npm i
npm run dev
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.