diff --git a/README.md b/README.md index e1cc204..22e4142 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ The backend service will seed the database with fake data. It's worth noting tha The backend, frontend and workers have hot-reloading enabled, so changes made to the codebase should be reflected in the application on the next request. +Please, include this in your `/etc/hosts` file: + +``` +127.0.0.1 libre-wedding-planner.app.localhost +``` + Once all containers have started, visit http://libre-wedding-planner.app.localhost/default/dashboard to load the application. ## Multitenancy