1.3 KiB
1.3 KiB
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.example
to.env
-
Configure environment variables in the
.env
file. -
Setup the database
yarn dev:setup
-
Run the applications
yarn dev:builder
yarn dev:viewer
-
Open Prisma Studio to look at or modify the database content
yarn db:inspect
Deployment
TO-DO