Contributing

Github Codespaces Guide

  1. After clicking the one-click setup button, you will be redirected to the Github Codespaces page. Review the configuration and click on the 'Create Codespace' button to create a new Codespace.
New Github Codespace
  1. This will start loading the Codespace. Keep in mind this might take a few minutes to complete depending on your internet connection and the instance availability.
Loading Github Codespace
  1. Once the Codespace is loaded, you will be redirected to the VSCode editor. You can start working on your project in this environment.

  2. Monitor the logs in the terminal and once you see the following, you are good to go!

The WebApp is running

@formbricks/web:dev:    Next.js 13.5.6
@formbricks/web:dev:   - Local:        http://localhost:3000
@formbricks/web:dev:   - Environments: .env
@formbricks/web:dev:   - Experiments (use at your own risk):
@formbricks/web:dev:      · serverActions
@formbricks/web:dev:
@formbricks/web:dev:   Ready in 9.4s
  1. Right next to the Terminal, you will see a Ports tab, click on it to see the ports and their respective URLs. Now access the Forwarded Address for port 3000 and you should be able to visit your Formbricks App!
Github Codespace Ports

Now make the changes you want to and see them live in action!

Was this page helpful?