Skip to content

Commit ed5e109

Browse files
authored
Update README.md
1 parent 28c1230 commit ed5e109

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ These demos were selected to showcase the model’s strengths in coding — espe
66

77
## Explore Examples
88

9-
You can explore the demos directly here:
9+
You can explore the demos by cloning this repo and running it locally:
1010

11-
**[Browse the examples](http://openai.github.io/gpt-5-coding-examples/)**
11+
```
12+
cd front-end
13+
npm install
14+
npm run dev
15+
```
16+
17+
The app will be available at `localhost:3000`.
1218

1319
From there, you can view any example, see the zero-shot prompt that created the code, and remix it for your own ideas.
1420

0 commit comments

Comments
 (0)