# Run This CLI command is used to serve your Serinus project. ## Usage To serve your Serinus project, run the following command: ```bash serinus run ``` This command will start the server and serve your Serinus project with the `--observe` flag enabled. ## Options The `run` command has the following options: | Option | Description | Default | | --- | --- | --- | | `--host` | The host to serve the application | | | `--port` | The port to serve the application | | | `--dev` | Enable the development mode and set up the watcher | false |