mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-08 10:47:52 +02:00
docs: Rename deploy directory to cloud (#732)
* Rename deploy to cloud. * Fix link for streaming pages.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
### Run your server locally
|
||||
|
||||
First, make sure that Docker is up and running. Test that your server works by running:
|
||||
|
||||
```python
|
||||
langgraph up -c langgraph.json
|
||||
```
|
||||
|
||||
This will bring up a local server with your graph! Access the auto-generated server for your playground to confirm everything works as planned at [http://localhost:8124](http://localhost:8124) .
|
||||
Reference in New Issue
Block a user