Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido authored Jun 21, 2024
1 parent 337de91 commit 0058016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd path/to/impresso-middle-layer && npm install
# Watch and compile/copy files in one terminal:
npm run watch

# Run the app in another terminal:
# Run the frontend app in another terminal with the following env variables:
make run-dev
# or
VUE_APP_MIDDLELAYER_API_PATH=/ VUE_APP_MIDDLELAYER_API=http://localhost:3030 VUE_APP_MIDDLELAYER_API_SOCKET_PATH=/socket.io make run-dev
Expand Down

0 comments on commit 0058016

Please sign in to comment.