Gitpod Setup
This guide explains how to set up Formbricks in a Gitpod workspace.
- A Gitpod workspace with Node.JS, pnpm, and Docker support.
-
Open the repository in Gitpod. The workspace typically clones the repo automatically. If not:
-
Setup NodeJS with nvm:
-
Install dependencies:
-
Create a
.env
file: -
Generate & set secret values:
-
Run the development setup:
Check your Gitpod settings to ensure Docker is enabled if required.