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
- Host: GitHub
- URL: https://github.com/hwclass/now-svelte-components
- Owner: hwclass
- Created: 2019-09-15T16:23:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T10:24:45.000Z (over 3 years ago)
- Last Synced: 2025-08-18T05:20:06.946Z (10 months ago)
- Language: HTML
- Homepage: https://now-svelte-components.hwclass.now.sh
- Size: 2.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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
```