Skip to content

Commit 5fb3001

Browse files
authored
refactor: update the repo name (#647)
1 parent f685dde commit 5fb3001

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -77,18 +77,23 @@ To run `OpenNext` locally:
7777

7878
1. Clone this repository.
7979
1. Build `open-next`:
80+
8081
```bash
8182
cd packages/open-next
8283
pnpm build
8384
```
85+
8486
1. Run `open-next` in watch mode:
87+
8588
```bash
8689
pnpm dev
8790
```
91+
8892
1. Now, you can make changes in `open-next` and build your Next.js app to test the changes.
93+
8994
```bash
9095
cd path/to/my/nextjs/app
91-
path/to/open-next/packages/open-next/dist/index.js build
96+
path/to/opennextjs-aws/packages/open-next/dist/index.js build
9297
```
9398

9499
### Coldstart

0 commit comments

Comments
 (0)