- Go to https://nodejs.org/en and download the archive
- Follow the installation guide from https://github.com/nodejs/help/wiki/Installation
- npm install --global yarn
- yarn config set workspaces-experimental true
git clone https://github.com/OHIF/Viewers.git cd Viewers yarn install yarn run dev
- Create a new extension from scratch: yarn run cli create-extension
- Link existing extension: yarn run cli link-extension /path/to/extension
- yarn run cli create-extension
- yarn run cli link-extension /path/to/extension
- yarn run cli create-mode
- yarn run cli link-mode /path/to/mode