ohif-viewer/platform/docs
2025-02-18 14:12:35 +00:00
..
docs fix(core): Address 3D reconstruction and Android compatibility issues and clean up 4D data mode (#4762) 2025-02-04 12:25:10 -05:00
src fix(core): Address 3D reconstruction and Android compatibility issues and clean up 4D data mode (#4762) 2025-02-04 12:25:10 -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.9 fix(dependencies): Update dcmjs library and improve documentation links (#4741) 2025-01-28 14:59:59 -05:00
versioned_sidebars docs: update to next version [BUMP BETA] (#4493) 2024-11-12 16:18:33 -05:00
.gitignore Initial docusaurus commit 2021-06-15 11:50:38 -04:00
bun.lockb fix(seg): sphere scissor on stack and cpu rendering reset properties was broken (#4721) 2025-01-22 11:36:45 -05:00
CHANGELOG.md chore(version): Update package versions [skip ci] 2025-02-18 14:12:35 +00:00
docusaurus.config.js fix(dependencies): Update dcmjs library and improve documentation links (#4741) 2025-01-28 14:59:59 -05:00
netlify.toml feat(node): move to node 20 (#4594) 2024-12-11 15:26:26 -05:00
package.json chore(version): Update package versions [skip ci] 2025-02-18 14:12:35 +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 docs: update to next version [BUMP BETA] (#4493) 2024-11-12 16:18:33 -05:00
yarn.lock fix(dependencies): Update dcmjs library and improve documentation links (#4741) 2025-01-28 14:59:59 -05: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.