File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,16 @@ Within the `docker-compose-dev.yml` file there are some environment variables. T
5252
5353### Code Changes
5454
55- 1 . ** Frontend Changes** : Edit files in ` synbiohub3/src/ `
55+ #### ** Frontend Changes** :
56+ - Edit files in ` synbiohub3/src/ `
5657 - Changes are automatically reloaded
5758 - Check browser console for errors
5859
59- 2 . ** Backend Changes** : Edit files in ` synbiohub/ `
60- - Restart the backend server for code changes, with ` docker compose -f docker-compose-dev.yml down `
60+ #### ** Backend Changes** :
61+ - Edit files in ` synbiohub/ `
62+ - Restart the backend server for code changes:
63+ - Stop the backend server: ` docker compose -f docker-compose-dev.yml down `
64+ - Start the backend server: ` docker compose -f docker-compose-dev.yml up `
6165 - Check backend server logs for errors or browse to localhost:7777
6266
6367### Testing
You can’t perform that action at this time.
0 commit comments