Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Malte-Hansen committed Nov 14, 2024
1 parent 0c30275 commit 995373a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Service that enables collaborative features for ExplorViz.
## Installation

- `git clone <repository-url>` this repository
- `cd collaboration-service-js`
- `cd collaboration-service`
- `npm install`

## Running / Development
Expand All @@ -16,8 +16,8 @@ Service that enables collaborative features for ExplorViz.
## Testing

- Start local Redis instance: `docker compose -f .dev/compose.yaml up -d`
- Start application: `npm run start`
- Start tests: `npm run test:supertest`
- Start application: `npm start`
- Start tests: `npm test`

## Building

Expand Down

0 comments on commit 995373a

Please sign in to comment.