To run Grip from the command line on a specific port, you can specify the port number as an argument.
Here’s how you do it:
$ grip 80
- Running on http://localhost:80/
This command starts the Grip server on port 80. You can replace 80 with any desired port number.
reference:
You can also specify a port:
```console
$ grip 80
* Running on http://localhost:80/
```