An open API service indexing awesome lists of open source software.

https://github.com/webiny/svelte-live-preview


https://github.com/webiny/svelte-live-preview

Last synced: 7 months ago
JSON representation

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.