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

https://github.com/hwclass/now-svelte-components

Svelte components on a storybook
https://github.com/hwclass/now-svelte-components

Last synced: 5 months ago
JSON representation

Svelte components on a storybook

Awesome Lists containing this project

README

          

# Svelte Components on Now

## Setup

```sh
nvm use 12
```

### Install
```sh
npm install
```

### Development
```sh
npm run build
npm run storybook
```

### Deployment
```sh
now # or from github dashboard
```