@@ -35,6 +35,18 @@ Stop the background server with:
./stop.sh
```
To stop a specific running port:
```bash
./stop.sh 5201
```
or:
```bash
PORT=5201 ./stop.sh
```
If you run the server in the foreground, stop it with `Ctrl+C`.
## Notes
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.