Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 676 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 676 Bytes

copla-editor

A performant web-based visualization, assessment and collaboration tool for multidimensional biosignals

This repo contains to versions of the application: sn-editor tailored for integration with XNAT and sn-webrtc with focus on live collaboration. Both will be merged as soon as possible.

Screenshot

Usage

Each project is a React application using create-react-app and can be used as usual.

Develop

# `cd` into specific project
npm install    # install dependencies
npm start      # start development server
npm run build  # create production build