Skip to content

Commit

Permalink
Merge pull request #137 from panoratech/docs_update
Browse files Browse the repository at this point in the history
Docs update
  • Loading branch information
rflihxyz authored Dec 8, 2023
2 parents 2d43568 + eb7fe35 commit e9e9b1b
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions docs/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ description: 'Start shipping awesome integrations in 5 minutes'
**Prerequisite:** You should have Git and Docker installed
</Info>

Step 1. Open a terminal and download Panora:
**Step 1.** Open a terminal and download Panora:

```bash bash
git clone https://github.com/panoratech/Panora.git
```

Step 2. Run the following command to enter the folder:
**Step 2.** Run the following command to enter the folder:

```bash
cd Panora
```

Step 3. Run the following command to start Panora
**Step 3.** Run the following command to start Panora

```bash
docker compose --env-file ./.env.example up -d
Expand All @@ -44,6 +44,27 @@ Panora is now ready 🍾🔥

You can invite users to connect with their CRM with a Magic Link (no code needed), or using the API

## Get connected to your customers

The first step to world-class documentation is setting up your editing environnments.

<CardGroup cols={2}>
<Card
title="No Code: Magic links"
icon="pen-to-square"
href="https://mintlify.com/docs/quickstart"
>
Ask your customers to give you access to their tools
</Card>
<Card
title="Developer Guides"
icon="image"
href="https://mintlify.com/docs/development"
>
Ship integrations
</Card>
</CardGroup>

## Troubleshooting

Here's how to solve some common problems when working with the CLI.
Expand Down

0 comments on commit e9e9b1b

Please sign in to comment.