docs: Create how-to for setting up LangGraph app and how-to for deploying to LangGraph Cloud (#801)

* Create how-to for setting up LangGraph app and how-to for deploying to LangGraph Cloud.

* Fix spelling errors.
This commit is contained in:
Andrew Nguonly
2024-06-25 00:16:44 -07:00
committed by GitHub
parent 4fb297471b
commit 6a2a81be1c
4 changed files with 157 additions and 11 deletions
+2 -8
View File
@@ -1,9 +1,3 @@
### Run your server locally
# How to Self-Host LangGraph Cloud API
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) .
Coming soon...