mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-23 18:15:08 +02:00
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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user