https://github.com/kevcodez/yums-storybook
https://github.com/kevcodez/yums-storybook
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevcodez/yums-storybook
- Owner: kevcodez
- Created: 2020-12-14T11:58:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-14T12:35:21.000Z (over 5 years ago)
- Last Synced: 2025-01-01T18:33:01.737Z (over 1 year ago)
- Language: JavaScript
- Size: 272 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# storybook-yums
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).