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

https://github.com/craigmdennis/smith-design-system-poc


https://github.com/craigmdennis/smith-design-system-poc

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# smith-design-system

Bootstrap 5 with Bootstrap Vue Next + Vue 3 + Storybook 8

## Customize configuration

See [Vite Configuration Reference](https://vite.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
npm run storybook
```

### Compile and Minify for Production

```sh
npm run build
```