https://github.com/porter-dev/docs
https://github.com/porter-dev/docs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/porter-dev/docs
- Owner: porter-dev
- Created: 2023-05-15T16:40:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T15:19:16.000Z (12 months ago)
- Last Synced: 2025-04-20T17:54:52.007Z (11 months ago)
- Language: MDX
- Size: 50.6 MB
- Stars: 2
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Security: security-and-compliance/aws-permissions.mdx
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
```