<<<<<<< HEAD
# Basic Docz example
## Using `create-docz-app`
```sh
npx create-docz-app docz-app-basic
# or
yarn create docz-app docz-app-basic
```
## Download manually
curl https://codeload.github.com/doczjs/docz/tar.gz/master | tar -xz --strip=2 docz-master/examples/basic
mv basic docz-basic-example
cd docz-basic-example
## Setup
yarn # npm i
## Run
yarn dev # npm run dev
## Build
yarn build # npm run build
## Serve built app
yarn serve # npm run serve
=======
# @ohif/ui
React component library powered by `docz`
## Commands
# Install
# Develop
# Build
# Serve (the "build" output)
>>>>>>> 4a8675655... feat: nuke UI project; start new with updated tooling BREAKING_CHANGE (#1468)