3. Copy `.env.example` to `.env` and configure your environment variables
4.Start the development server
4.Migrate database
```bash
pnpm db:migrate
```
5. Start the development server
```bash
pnpm dev
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.