💬 Typebot 是一款功能强大的聊天机器人构建器,您可以自行托管。 https://typebot.io/
Go to file
2021-12-08 13:29:10 +01:00
.github Create FUNDING.yml 2021-12-08 10:01:23 +01:00
.yarn/releases Init project 2021-11-19 10:15:13 +01:00
apps 🚀 Init bot-engine 2021-12-08 09:33:25 +01:00
packages 🔧 Optimize bot-engine 2021-12-08 09:40:47 +01:00
.editorconfig Add authentication 2021-11-29 15:19:07 +01:00
.env.example Add Dashboard 2021-12-06 15:58:45 +01:00
.gitignore 💅 Renamed prisma package to db 2021-12-08 07:08:13 +01:00
.prettierrc Init project 2021-11-19 10:15:13 +01:00
.yarnrc.yml Set node-linker to node_modules 2021-11-19 10:39:33 +01:00
docker-compose.yml Add Dashboard 2021-12-06 15:58:45 +01:00
LICENSE Create LICENSE 2021-12-08 13:27:35 +01:00
package.json 🚀 Init bot-engine 2021-12-08 09:33:25 +01:00
README.md Update README.md 2021-12-08 13:29:10 +01:00
yarn.lock 🔧 Optimize bot-engine 2021-12-08 09:40:47 +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