Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions javascript/08-nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ Next.JS Unikernel Hello World
For this example we'll follow along with the example shown here:

```
npx create-next-app@latest
```

```
npx create-next-app@latest # "my-app" is default's project name
cd my-app
npm run build
```

```sh
# to be run inside nextJS project directory (e.g "my-app")
cp ../config.json .
cp ../proc .
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think you had this covered by another pr of yours but his should prob be 'cp -R'

cp ../server.js .
ops pkg load eyberg/node:20.5.0 -p 3000 -c config.json
```