@@ -44,8 +44,8 @@ Start API server with `dev` keyword added and `mkcert` installed:
```shell
mkdir .venv
python3.12 -m venv .venv
poetry env use .venv/bin/python3.12
python3.12 -m venv venv
poetry env use venv/bin/python3.12
poetry update
mkcert -install
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.