https://github.com/forbole/big-dipper-internal-ui
https://github.com/forbole/big-dipper-internal-ui
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/forbole/big-dipper-internal-ui
- Owner: forbole
- Created: 2020-10-09T00:56:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T02:44:42.000Z (over 5 years ago)
- Last Synced: 2025-07-20T02:20:28.665Z (11 months ago)
- Language: TypeScript
- Size: 3.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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