ohif-viewer/platform/ui
Erik Ziegler 936ae14ea0 fix: deployment previews for UI docs and Core docs
- workaround for docz issue https://github.com/pedronauck/docz/issues/1635
- tailwind purge
- fix docusaurus basename and docz missing props
2021-06-16 07:46:23 -04:00
..
.webpack chore: Clean up unused files, imports, and work on getting end-to-end tests and unit tests running (#2272) 2021-03-01 16:52:54 +01:00
src fix: deployment previews for UI docs and Core docs 2021-06-16 07:46:23 -04:00
.gitignore feat: nuke UI project; start new with updated tooling BREAKING_CHANGE (#1468) 2020-05-15 12:28:18 +01:00
CHANGELOG.md chore(release): publish [skip ci] 2020-05-04 14:15:22 +00:00
doczrc.js OHIF-333: Split Button (#1988) 2020-08-19 15:49:00 -04:00
gatsby-config.js Fix broken UI package build (#1990) 2020-08-14 14:25:08 -04:00
gatsby-node.js fix: Use same config for branch deploys as for deploy previews (#1893) 2020-07-22 19:41:10 +02:00
index.js feat: Add White Labelling, Hanging Protocols, and tons of Extensions / Mode fixes 2021-05-28 14:32:48 -04:00
package.json fix: deployment previews for UI docs and Core docs 2021-06-16 07:46:23 -04:00
postcss.config.js clean up postcss config 2020-05-15 12:29:00 +01:00
README.md Fixes after rebasing 2020-05-15 14:29:27 +02:00
tailwind.config.js fix: deployment previews for UI docs and Core docs 2021-06-16 07:46:23 -04:00

@ohif/ui

React component library powered by docz

Commands

# 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