20 lines
228 B
Markdown
20 lines
228 B
Markdown
# @ohif/ui
|
|
|
|
React component library powered by `docz`
|
|
|
|
## Commands
|
|
|
|
```sh
|
|
# Install
|
|
yarn # npm i
|
|
|
|
# Develop
|
|
yarn dev # npm run dev
|
|
|
|
# Build
|
|
yarn build # npm run build
|
|
|
|
# Serve (the "build" output)
|
|
yarn serve # npm run serve
|
|
```
|