ohif-viewer/platform/docs
2024-12-03 14:33:02 +00:00
..
docs fix(multiframe): metadata handling of NM studies and loading order (#4540) 2024-11-27 13:08:18 -05:00
src ui(components): updated component font sizes and design component docs (#4486) 2024-11-12 12:33:09 -05:00
static ui(components): updated component font sizes and design component docs (#4486) 2024-11-12 12:33:09 -05:00
versioned_docs/version-3.8 OHIF with Cornerstone3D 2.0 (#4347) 2024-11-06 07:15:27 -05:00
versioned_sidebars OHIF with Cornerstone3D 2.0 (#4347) 2024-11-06 07:15:27 -05:00
.gitignore Initial docusaurus commit 2021-06-15 11:50:38 -04:00
babel.config.js Initial docusaurus commit 2021-06-15 11:50:38 -04:00
CHANGELOG.md chore(version): Update package versions [skip ci] 2024-12-03 14:33:02 +00:00
docusaurus.config.js ui(components): updated component font sizes and design component docs (#4486) 2024-11-12 12:33:09 -05:00
netlify.toml chore(build): try to publish to npm (#3675) 2023-09-25 23:13:43 -04:00
package.json chore(version): Update package versions [skip ci] 2024-12-03 14:33:02 +00:00
pluginOHIFWebpackConfig.js docs(ui): add base for ui component showcase in docs (#4414) 2024-10-15 09:53:26 -04:00
postcss.config.js docs(ui): add base for ui component showcase in docs (#4414) 2024-10-15 09:53:26 -04:00
README.md Initial docusaurus commit 2021-06-15 11:50:38 -04:00
sidebars.js lint(curly): consistent use of curly brackets in codebase (#3584) 2023-08-09 10:07:33 -04:00
tailwind.config.js ui(components): updated component font sizes and design component docs (#4486) 2024-11-12 12:33:09 -05:00
versions.json OHIF with Cornerstone3D 2.0 (#4347) 2024-11-06 07:15:27 -05:00
versionsArchived.json chore(build): try to build demo and docs (#3434) 2023-06-06 13:34:26 -04:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.