# i-viewer **Repository Path**: i-pixel/i-viewer ## Basic Information - **Project Name**: i-viewer - **Description**: 1234567890 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-09-28 - **Last Updated**: 2024-10-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Developing ### Requirements - [Yarn 1.17.3+](https://yarnpkg.com/en/docs/install) - [Node 10+](https://nodejs.org/en/) - Yarn Workspaces should be enabled on your machine: - `yarn config set workspaces-experimental true` ### Getting Started 1. [Fork this repository][how-to-fork] 2. [Clone your forked repository][how-to-clone] - `git clone http://data.test.rimagdata.com/synergic/viewer.git` 3. Navigate to the cloned project's directory 4. `yarn install` to restore dependencies and link projects #### To Develop _From this repository's root directory:_ ```bash # Enable Yarn Workspaces yarn config set workspaces-experimental true # Restore dependencies yarn install ``` ## Commands These commands are available from the root directory. Each project directory also supports a number of commands that can be found in their respective `README.md` and `project.json` files. | Yarn Commands | Description | | ---------------------------- | ------------------------------------------------------ | | **Develop** | | | `dev` or `start` | Default development experience for Viewer | | `dev:project ` | Replace with `core`, `ui`, `i18n`, `cornerstone`, etc. | | `test:unit` | Jest multi-project test runner; overall coverage | | **Deploy** | | | `build`\* | Builds production output for our PWA Viewer | | `build:package`\* | Builds production `commonjs` output for our Viewer | | `build:package-all`\* | Builds commonjs bundles for all projects |