Langflow is a powerful tool for building and deploying AI-powered agents and workflows.
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd src/frontend \
|
||
|
|
&& rm -rf node_modules \
|
||
|
|
&& npm install \
|
||
|
|
&& npm run dev:docker &
|
||
|
|
make backend
|