Skip to content

Commit

Permalink
Merge pull request #354 from mit-27/fix-important-bugs
Browse files Browse the repository at this point in the history
Doc update
  • Loading branch information
naelob authored Apr 11, 2024
2 parents 361ad75 + 5626a7a commit 3710b71
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions docs/open-source/contributors.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,23 @@ We made a docker file that builds Panora from sources, specifically to help you
<Steps>


<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/client-ts/node_modules ./apps/embedded-catalog/react/node_modules ./apps/magic-link/node_modules ./packages/shared/dist
```
</Step>

<Step title="Mac Users only:">
```bash echo -e "node-linker=hoisted\npackage-import-method=clone-or-copy" >
.npmrc ```
```bash
echo -e "node-linker=hoisted\npackage-import-method=clone-or-copy" > .npmrc
```
</Step>

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

0 comments on commit 3710b71

Please sign in to comment.