> ## Documentation Index
> Fetch the complete documentation index at: https://docs.commonality.co/llms.txt
> Use this file to discover all available pages before exploring further.

# studio

Start Commonality Studio for the current project.
If `@commonality/studio` is not already installed you will be prompted to install it when running this command.

```bash copy theme={null}
commonality studio
```

#### Options

#### `--install`

Automatically install `@commonalityco/studio` if it is not already installed in the project. Default is `false`.

```bash copy theme={null}
commonality studio --install
```

##### `--port`

The port that Commonality Studio should run on. By default, Commonality Studio will run on port `8888`.

```bash copy theme={null}
commonality studio --port 1234
```

##### `--verbose`

Show the server logs from the Commonality Studio application.

```bash copy theme={null}
commonality studio --verbose
```
