Skip to content

Commit

Permalink
docs: add a instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradumnasaraf committed Oct 4, 2023
1 parent 11b7225 commit 1ec905c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions site/docs/intro/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ You can read more about the Preevy [origin story and motivation](/intro/motivati

## Prerequisites

- Docker and Docker Compose V2 installed.
- Node.js installed.
- Docker and Docker Compose V2 installed.

## Getting Started

Expand Down Expand Up @@ -66,7 +67,9 @@ Preevy is designed to be easy to use, with an API smiliar to [Docker Compose](ht
```bash
preevy up
```
<br />

**Note:** Make sure you the repo/project you are working and running the `preevy up` command from is a git initialized repo and at least one commit has been made. This is required for Preevy to create a unique preview environment name.


:::info Cloud provider credentials
Managing and provisioning preview environments in Preevy, requires access and credentials to a cloud provider or Kubernetes cluster. Currently AWS, GCP, Azure and Kubernetes are supported, but more providers are [coming soon](/roadmap#more-cloud-drivers).
Expand Down

0 comments on commit 1ec905c

Please sign in to comment.