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

1.1 KiB

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