From db6cba429e68a2aa78df3817ff366b349c9fd2fa Mon Sep 17 00:00:00 2001 From: coja Date: Tue, 1 Jul 2025 22:18:49 +0200 Subject: [PATCH] added pm2 commands for npm deploy --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e2ce58..0d2dba6 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,8 @@ If you prefer to run the server without Docker, you can use Node.js directly. ```sh npm install --omit=dev npm run build -npm run start +npm install pm2@latest -g +pm2 start nmp -- start ``` By default, the server will be available at `http://0.0.0.0:1337/`.