# dsc open
Opens a Discourse install in the default browser.
```
dsc open <discourse>
```
Opens the `baseurl` for the named Discourse. The browser opener can be overridden with the `DSC_BROWSER_OPENER` environment variable.
## Examples
```bash
# Open a forum in the browser
dsc open koloki-demo
```