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

https://github.com/forbole/big-dipper-internal-ui


https://github.com/forbole/big-dipper-internal-ui

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Big Dipper Internal UI :sparkles:
Big Dipper Internal UI

Currently a WIP please check back later for updates and launch

## Quick start
### Peer-Dependencies
The following are peer dependencies to avoid double bundling
```
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "^4.10.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
```

```
git clone https://github.com/forbole/big-dipper-internal-ui.git
npm i
```

storybook
```
npm run storybook
```

build watch
```
npm run build-watch
```

## Available scripts
In the project directory, you can run:
#### `npm run build`
Builds the package exported in to the `dist` folder.
#### `npm run build-watch`
Continuously watches for changes in `src/*` and builds in to `dist`
#### `npm run test`
Runs `build` `lint` and unit` testing
#### `npm run storybook`
Runs storybook locally
#### `npm run build-storybook`
Builds storybook pages statically for production