Skip to content

Commit

Permalink
fix(docs): mismatch in README
Browse files Browse the repository at this point in the history
Motivation
----------
Because changing the port numbers would have a side effects on our
deployment, I will just fix the typo in the `README.md`.

How to test
-----------
1. Compare the README with the `docker-compose.yml`
  • Loading branch information
roschaefer committed Jun 30, 2024
1 parent 7aff150 commit 1686bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ npm run dev
| Endpoint | Description |
| -------------------------------------------------------------------- | -------------------------- |
| [http://localhost:3306](http://localhost:3306) | MySQL Database |
| [http://localhost:3000](http://localhost:3000) | Presenter |
| [http://localhost:3000](http://localhost:3001) | Presenter |
| [http://localhost:8081](http://localhost:8081) | Presenter Documentation |
| [http://localhost:6006](http://localhost:6006) | Presenter Storybook |
| [http://localhost:3001](http://localhost:3001) | Frontend |
| [http://localhost:3001](http://localhost:3000) | Frontend |
| [http://localhost:8082](http://localhost:8082) | Frontend Documentation |
| [http://localhost:6007](http://localhost:6007) | Frontend Storybook |
| [http://localhost:3002](http://localhost:3002) | Admin |
Expand Down

0 comments on commit 1686bf0

Please sign in to comment.