An open API service indexing awesome lists of open source software.

https://github.com/porter-dev/docs


https://github.com/porter-dev/docs

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Porter Documentation

The content and configuration powering the documentation available at [docs.porter.run](https://docs.porter.run/introduction).

### 👩‍💻 Development

Install the [Mintlify CLI](https://www.npmjs.com/package/mintlify) to preview the documentation changes locally. To install, use the following command

```
npm i mintlify -g
```

Run the following command at the root of your documentation (where mint.json is)

```
mintlify dev
```