docs: Rename deploy directory to cloud (#732)

* Rename deploy to cloud.

* Fix link for streaming pages.
This commit is contained in:
Andrew Nguonly
2024-06-20 14:44:51 -07:00
committed by GitHub
parent 3e1e3fbac9
commit e4de6bc49a
18 changed files with 29 additions and 29 deletions
@@ -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) .