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. Run the applications ```sh yarn dx ``` ## Deployment TO-DO