Skip to content

Commit 25a50aa

Browse files
katia-openaiseratch
authored andcommitted
Update README.md
1 parent 28c1230 commit 25a50aa

File tree

2 files changed

+8
-66
lines changed

2 files changed

+8
-66
lines changed

.github/workflows/nextjs.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

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)