From ac759ef06788fec117164c8fd12cce77f83a0e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rams=C3=A9s=20Rodr=C3=ADguez=20Mart=C3=ADnez?= <91434530+next-ramses@users.noreply.github.com> Date: Sun, 22 Feb 2026 15:20:58 +0100 Subject: [PATCH] improve nextJS README --- javascript/08-nextjs/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/javascript/08-nextjs/README.md b/javascript/08-nextjs/README.md index 861bbee..f616144 100644 --- a/javascript/08-nextjs/README.md +++ b/javascript/08-nextjs/README.md @@ -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 . + cp ../server.js . ops pkg load eyberg/node:20.5.0 -p 3000 -c config.json ```