Skip to content

Commit 52fea10

Browse files
committed
add dev instr
1 parent 47ae799 commit 52fea10

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.envrc
2+
13
# Dependencies
24
node_modules/
35
npm-debug.log*
@@ -90,4 +92,4 @@ jspm_packages/
9092
.dynamodb/
9193

9294
# TernJS port file
93-
.tern-port
95+
.tern-port

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,4 +268,14 @@ MIT
268268

269269
## Contributing
270270

271-
Contributions are welcome! Please feel free to submit a Pull Request.
271+
Contributions are welcome! Please feel free to submit a Pull Request.
272+
273+
## Development
274+
```
275+
docker run -p 8000:8000 -p 8001:8001 \
276+
-e OH_ENABLE_VNC=false \
277+
-e SESSION_API_KEY="$SESSION_API_KEY" \
278+
ghcr.io/all-hands-ai/agent-server:78938ee-python
279+
```
280+
281+
Then start the app

0 commit comments

Comments
 (0)