2
0
Files
bot/README.md
Baptiste Arnaud 0f85d2cd94 Update README.md
2021-12-08 13:29:10 +01:00

45 lines
1.1 KiB
Markdown

<div align="center">
<h1>Typebot</h1>
<a href="https://github.com/prisma/prisma/blob/main/CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
<a href="https://github.com/baptisteArno/typebot-io/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-AGPLv3-blue" /></a>
<br />
<a href="https://docs.typebot.io">Quickstart</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://www.typebot.io/">Website</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://docs.typebot.io">Docs</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://www.typebot.io/blog">Blog</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://twitter.com/Typebot_io">Twitter</a>
<br />
<hr />
</div>
## 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