mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 19:39:01 -05:00
add gitpod docs
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Image from "next/image";
|
||||
|
||||
export const meta = {
|
||||
title: "Gitpod Setup",
|
||||
description:
|
||||
"With one click, you can setup the Formbricks developer environment in your browser using Gitpod",
|
||||
};
|
||||
|
||||
### One Click Setup
|
||||
|
||||
1. Click the button below to open this project in Gitpod.
|
||||
|
||||
2. This will open a fully configured workspace in your browser with all the necessary dependencies already installed.
|
||||
|
||||
[](https://gitpod.io/#https://github.com/formbricks/formbricks)
|
||||
@@ -7,7 +7,7 @@ import PackagesFolderImage from "./formbricks-packages-folder.png";
|
||||
import AuthorBox from "@/components/shared/AuthorBox";
|
||||
|
||||
export const meta = {
|
||||
title: "Join the FormTribe",
|
||||
title: "Join the FormTribe 🔥",
|
||||
description: "Here is everything you need to know about joining the Formbricks community",
|
||||
date: "2023-10-01",
|
||||
publishedTime: "2023-10-01T00:00:00",
|
||||
@@ -22,9 +22,11 @@ export const meta = {
|
||||
|
||||
_Get a quick intro to the Formbricks community, also known as FormTribe, and learn all the deets about making awesome contributions to the project._
|
||||
|
||||
Welcome to the Formbricks community! We are so excited to have you with us 😊
|
||||
## Welcome to the Formbricks community!
|
||||
|
||||
We value and appreciate every contributor in this community so welcome once again. In this post we will be helping you get familiar with the Formbricks codebase and get you up to speed contributing in no time. If you want to learn about Formbricks check out our [docs intro](https://formbricks.com/docs/introduction/what-is-formbricks), for more info about our founding story and why we choose open source checkout out our [blog](https://formbricks.com/blog).
|
||||
We are so excited to have you with us 😊
|
||||
|
||||
In this post we will be helping you get familiar with the Formbricks codebase and get you up to speed contributing in no time. If you want to learn about Formbricks check out our [docs intro](https://formbricks.com/docs/introduction/what-is-formbricks), for more info about our founding story and why we're building open source checkout out our [blog](https://formbricks.com/blog).
|
||||
|
||||
### Prerequisites
|
||||
|
||||
@@ -46,9 +48,13 @@ Our codebase is written fully in Typescript and we love it 😍. To power our th
|
||||
|
||||
### 😎 Installation and Setup
|
||||
|
||||
#### Get started with GitPod
|
||||
To get up and running we have 2 options: Gitpod and local.
|
||||
|
||||
To get up and running we have 2 options that you could try out, the first is with Gitpod. With Gitpod you can run all of Formbricks in the cloud and start coding right away from your browser. Click here to get started with Gitpod.
|
||||
#### Get started with Gitpod
|
||||
|
||||
With Gitpod you can run all of Formbricks in the cloud. With one click you can start coding right away in your browser:
|
||||
|
||||
[](https://gitpod.io/#https://github.com/formbricks/formbricks)
|
||||
|
||||
<Image src={GitpodImage} alt="Setup Formbricks via Gitpod" className="w-full rounded-lg" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user