💬 Typebot 是一款功能强大的聊天机器人构建器,您可以自行托管。 https://typebot.io/
Go to file
2022-03-02 19:38:03 +01:00
.github feat: ️ Add docs and connect Stripe 2022-02-14 16:41:39 +01:00
apps fix(integrations): 🐛 Get data when extracting 1 column 2022-03-02 19:38:03 +01:00
packages feat(engine): 🚸 Always evaluate Set variable 2022-03-02 18:58:10 +01:00
.editorconfig Add authentication 2021-11-29 15:19:07 +01:00
.gitignore fix: 🐛 Tiny bugs (Sentry) 2022-02-25 18:44:11 +01:00
.prettierrc Init project 2021-11-19 10:15:13 +01:00
docker-compose.yml build: 🏗️ Add minio in local config 2022-03-02 17:35:57 +01:00
LICENSE Create LICENSE 2021-12-08 13:27:35 +01:00
package.json feat: Add collaboration 2022-02-24 11:13:19 +01:00
README.md Update README.md 2021-12-08 13:29:10 +01:00
turbo.json chore(e2e): 👷 Fix e2e pipeline 2022-01-28 19:19:02 +01:00
yarn.lock build: 🏗️ Add minio in local config 2022-03-02 17:35:57 +01:00

Typebot


Quickstart   •   Website   •   Docs   •   Blog   •   Twitter

Development (localhost)

  1. Clone the repo

    git clone https://github.com/Typebot-io/typebot.git
    
  2. Install packages with yarn

    yarn set version berry
    yarn install
    
  3. Copy .env.example to .env

  4. Configure environment variables in the .env file.

  5. Run the applications

    yarn dx
    

Deployment

TO-DO