Service that enables collaborative features for ExplorViz.
git clone <repository-url>
this repositorycd collaboration-service
npm install
- Start local Redis instance:
docker compose -f .dev/compose.yaml up -d
- Start application:
npm run start
- Start local Redis instance:
docker compose -f .dev/compose.yaml up -d
- Start application:
npm start
- Start tests:
npm test
- Execute
npm run build