ohif-viewer/platform/ui
2020-05-15 12:18:30 +01:00
..
src initial structure for components rewrite 2020-05-15 12:18:30 +01:00
.gitignore initial structure for components rewrite 2020-05-15 12:18:30 +01:00
.stylelintrc.json initial structure for components rewrite 2020-05-15 12:18:30 +01:00
CHANGELOG.md chore(release): publish [skip ci] 2020-05-04 14:15:22 +00:00
package.json initial structure for components rewrite 2020-05-15 12:18:30 +01:00
postcss.config.js initial structure for components rewrite 2020-05-15 12:18:30 +01:00
README.md initial structure for components rewrite 2020-05-15 12:18:30 +01:00
tailwind.js initial structure for components rewrite 2020-05-15 12:18:30 +01:00

Basic Docz example

Using create-docz-app

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