-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Robert Krueger edited this page Feb 17, 2021
·
14 revisions
Download latest release and execute it. This will start a local server on your machine. Open the browser and navigate to: http://mts-lsp-l06208:8000/
git clone https://github.com/labsyspharm/cycif_viewer.git
- Install Node.js, then navigate to
/cycif_viewer/client
and runnpm install
to install all packages listed in package.json. - Run
npm run start
to package the Javascript, or runnpm run watch
if you plan on editing dependencies
- Active environment:
conda activate cycif_viewer
. Navigate to your project root folder and run your server:python run.py
. - The tool is by default available at http://MTS-LSP-L06208:8000