@ -40,7 +40,7 @@ define('DB_NAME', 'your db name');
3. Start an local web server
- You can use php's integrated server by running this:
```bash
php -S localhost:8000
php -S localhost:8000 -t ./public
```
- You can use any host and any port you want.
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.