🎉 Smithery is now a part of Arcade.dev! Read more in our announcement here
Start, stop, or check Dev Graph services on this machine...
Use this skill to run Dev Graph locally with the right subset of services.
powershell -ExecutionPolicy Bypass -File skills\\start-dev-graph\\scripts\\start_dev_graph.ps1 -Mode full
powershell -ExecutionPolicy Bypass -File skills\\start-dev-graph\\scripts\\start_dev_graph.ps1 -Mode backend
developer_graph/api.py
start_dev_graph.ps1
docker version
docker compose version
.\start_dev_graph.ps1
docker compose up -d neo4j
uvicorn developer_graph.api:app --host 0.0.0.0 --port 8080 --reload
cd tools/dev-graph-ui
npm run dev
When launching uvicorn or npm, use new terminal windows so the main session stays responsive.
docker compose ps
docker compose down
neo4j
docker-compose.yml
neo4j_db
dev_graph_api.log
-Mode backend
-Mode frontend -Open -Page /dev-graph/structure
-Open
-Page