# PressCentric-Next UI

## Run
##### Storybook
```sh
$ npm run run:storybook
```
##### Dark Theme Docs
```sh
$ npm run run:theme:dark
```
##### Light Theme Docs
```sh
$ npm run run:theme:light
```
#
## Build
##### Compile Themes and Storybook components into Next-UI bundle
```sh
$ npm run build
```
##### Compile Storybook components into Next-UI bundle
```sh
$ npm run build:storybook
```
