2
0
Files
bot/README.md
Baptiste Arnaud 54a641b819 Add Dashboard
2021-12-06 15:58:45 +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