Local Setup
GitHub Codespaces
How to set up Formbricks in a GitHub Codespaces environment
GitHub Codespaces Setup
This guide outlines how to set up Formbricks in a GitHub Codespaces environment.
Requirements:
- A GitHub Codespace that has support for Node.JS, pnpm, and Docker.
Steps:
-
Open your repository in GitHub Codespaces. If needed, clone the repository:
-
Setup NodeJS with nvm (if not already configured):
-
Install the dependencies:
-
Create a
.env
file from the template: -
Generate & set the required secrets:
-
Launch the development setup:
Use the Codespaces port forwarding to access Formbricks at http://localhost:3000.
Make sure your Codespaces port configuration is set to allow access to the app.
Was this page helpful?