GitHub - valerii15298/bot-low-code-platform

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

bot-low-code-platform

Installation

git clone https://github.com/valerii15298/bot-low-code-platform.git
cd bot-low-code-platform
echo 'DATABASE_URL="postgresql://<POSTGRES_USER>:<POSTGRES_PASSWORD>@localhost:5432"' > packages/api/.env
npm install -g pnpm
pnpm install
pnpm -C packages/api exec prisma migrate dev --name init

Running the app

pnpm add -g concurrently
concurrently "pnpm -r dev" "pnpm -C packages/web run codegen"

Stay in touch