Skip to content

Commit 9194e30

Browse files
Update Dev Run Instructions (#96)
* Add Line Explaining to Install Dev Environment * Don't Limit Docker Stack to Deidentifier Backend It's easier to just use the whole stack * Update README.md Co-authored-by: Thomas Schaffter <[email protected]>
1 parent 1834ffe commit 9194e30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,15 @@ the de-identifier server being run in the background. Assuming that Node and Doc
3939
commands can start up the full stack (back end & front end) for development/testing purposes using the following commands:
4040

4141
```bash
42-
$ docker-compose up --build phi-deidentifier
42+
$ docker compose up --build
4343
```
4444
(you may have to run this command as root or prepend the command with `sudo`).
4545

4646
Then, in another shell, run the following:
4747

4848
```bash
4949
$ cd client/
50+
$ npm ci
5051
$ SERVER_PORT=80 npm start
5152
```
5253

0 commit comments

Comments
 (0)