-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Robert Krueger edited this page Mar 5, 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/
- Active environment:
conda activate cycif_viewer
-
python run.py
- Runs the webserver
- Access the tool via
http://localhost:8000/
This step is only needed when you plan to edit js code. The codebase already included bundled js files.
- 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