From 3b9aaddcc7b8193387845c6f3f035c63f8dbeb9a Mon Sep 17 00:00:00 2001 From: Rachid F <109089247+rflihxyz@users.noreply.github.com> Date: Fri, 8 Dec 2023 22:04:35 +0000 Subject: [PATCH] :memo: Update docs Update docs --- docs/quickstart.mdx | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/docs/quickstart.mdx b/docs/quickstart.mdx index 5f6d358e6..ac1002440 100644 --- a/docs/quickstart.mdx +++ b/docs/quickstart.mdx @@ -7,19 +7,19 @@ description: 'Start shipping awesome integrations in 5 minutes' **Prerequisite:** You should have Git and Docker installed -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 @@ -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. + + + + Ask your customers to give you access to their tools + + + Ship integrations + + + ## Troubleshooting Here's how to solve some common problems when working with the CLI.