Skip to content

Commit 38f7bd5

Browse files
committed
fix formatting
1 parent 01e0960 commit 38f7bd5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docs/4_get_involved/development_environment.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)