Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
TTA-91 refactor readme file
  • Loading branch information
listerineh authored Jul 8, 2022
commit 2c4f3592700f46603e89d035bedccfcacb4338ea
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ To run the project in development mode:
To run the project in production mode (only for locally testing purposes):
- `make build_prod` to create a docker image with dependencies needed for production.
- `make run_prod` to execute the production docker container.
- `make logs` to show logs of time-tracker-ui in real time.
- `make stop_prod` to stop the production docker container.

When the project is successfully compiled you can go to `http://localhost:4200/` in your browser. *Remember you must have your Docker running for both cases.*
Expand Down