@@ -47,7 +47,8 @@ Don't forget to direct your terminal to the Vencloud directory, e.g. via `cd Ven
2. Build the code: `go build -o backend`
3. Start the server:
```sh
source .env
# Load the .env file
export $(grep -v '^#' .env | xargs)
./backend
```
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.