Small mention of hot reloading even when running in container

This commit is contained in:
Cole Medin 2024-11-01 14:00:06 -05:00
parent 7fe66aea18
commit 64e95a0553

View File

@ -159,6 +159,10 @@ docker-compose --profile development up
docker-compose --profile production up
```
When you run the Docker Compose command with the development profile, any changes you
make on your machine to the code will automatically be reflected in the site running
on the container (i.e. hot reloading still applies!).
## Run Without Docker
1. Install dependencies using Terminal (or CMD in Windows with admin permissions):