mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
💬 Typebot 是一款功能强大的聊天机器人构建器,您可以自行托管。
https://typebot.io/
| .github | ||
| apps | ||
| packages | ||
| .editorconfig | ||
| .gitignore | ||
| .prettierrc | ||
| docker-compose.yml | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| turbo.json | ||
| yarn.lock | ||
Development (localhost)
-
Clone the repo
git clone https://github.com/Typebot-io/typebot.git -
Install packages with yarn
yarn set version berry yarn install -
Copy
.env.exampleto.env -
Configure environment variables in the
.envfile. -
Run the applications
yarn dx
Deployment
TO-DO