You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,12 @@ WorldModel Gym is a production-ready benchmark platform for long-horizon plannin
19
19
## Quickstart
20
20
21
21
```bash
22
-
cp .env.example .env
23
22
make setup
24
23
make demo
25
24
```
26
25
26
+
Local development uses built-in defaults. If you need overrides, export environment variables in your shell instead of committing env files to the repo.
27
+
27
28
`make demo` will:
28
29
29
30
- start the API + web stack with Docker when available
0 commit comments