feat: added run commands to makefile
This commit is contained in:
parent
224e522374
commit
aa901d93d8
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
|
@ -23,6 +23,12 @@ lint:
|
|||
install_frontend:
|
||||
cd langflow/frontend && npm install
|
||||
|
||||
run_frontend:
|
||||
cd langflow/frontend && npm start
|
||||
|
||||
run_backend:
|
||||
poetry run uvicorn langflow_backend.main:app --port 5003 --reload
|
||||
|
||||
build_frontend:
|
||||
cd langflow/frontend && CI='' npm run build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue