Typebot


Quickstart   •   Website   •   Docs   •   Blog   •   Twitter

## Development (localhost) 1. Clone the repo ```sh git clone https://github.com/Typebot-io/typebot.git ``` 2. Install packages with yarn ```sh yarn set version berry yarn install ``` 3. Copy `.env.example` to `.env` 4. Configure environment variables in the `.env` file. 5. Setup the database ```sh yarn dev:setup ``` 6. Run the applications ```sh yarn dev:builder ``` ```sh yarn dev:viewer ``` 7. Open [Prisma Studio](https://www.prisma.io/studio) to look at or modify the database content ```sh yarn db:inspect ``` ## Deployment TO-DO