Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/panoratech/Panora
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Jan 26, 2024
2 parents 8e31811 + e950389 commit 486d362
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions docs/open-source/contributors.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Build a connector"
description: "We welcome all contributions to Panora; from small UI enhancements to brand new integrations. We love seeing community members level up and give people power-ups!"
icon: "star"
title: 'Build a connector'
description: 'We welcome all contributions to Panora; from small UI enhancements to brand new integrations. We love seeing community members level up and give people power-ups!'
icon: 'star'
---

## Introduction
Expand All @@ -19,18 +19,23 @@ We made a docker file that builds Panora from sources, specifically to help you
```
</Step>

<Step title="Copy env variables">```bash cp .env.example .env ```</Step>
<Step title="Copy env variables">
```bash
cp .env.example .env
```
</Step>


{" "}
<Step title="Removed previously installed dependencies">
```bash rm -rf node_modules .pnpm_store ./packages/api/dist
./packages/api/node_modules ./apps/webapp/node_modules
./apps/frontend_snippet/node_modules ```
```bash
rm -rf node_modules .pnpm_store ./packages/api/dist ./packages/api/node_modules ./apps/webapp/node_modules ./apps/frontend_snippet/node_modules
```
</Step>

{" "}
<Step title="Mac Users only:">
```bash echo "node-linker=hoisted" > .npmrc ```
```bash
echo "node-linker=hoisted" > .npmrc
```
</Step>

<Step title="Start the Dockerfile">
Expand Down

0 comments on commit 486d362

Please sign in to comment.