docs: more self cr

This commit is contained in:
Rotimi Best
2023-09-30 06:25:59 +00:00
parent 0f3aa9434a
commit 810bd645f8

View File

@@ -52,7 +52,7 @@ To get up and running we have 2 options that you could try out, the first is wit
<Image src={GitpodImage} alt="Setup Formbricks via Gitpod" className="w-full rounded-lg" />
**Run on a local machine**
#### Run on a local machine
If you choose to get setup locally, we also have a well documented guide to hold you through the process, you can find it [here](https://formbricks.com/docs/contributing/setup)
@@ -66,7 +66,7 @@ Our codebase is a [monorepo](https://en.wikipedia.org/wiki/Monorepo) which means
<Image src={MonorepoImage} alt="Formbricks monorepo folder structure" className="w-full rounded-lg" />
**TurboRepo and our own packages**
#### TurboRepo and our own packages
To manage all of these projects in one repository we use [turborepo](https://turbo.build/repo/docs/core-concepts/monorepos). Depending on what part of the codebase you need to contribute in, now you know where to begin 😃