From 8d9413b0130d274d4c9d204a47ce4698b7eb1f1c Mon Sep 17 00:00:00 2001 From: hugeblank Date: Tue, 3 Dec 2024 10:10:54 -0800 Subject: [PATCH] chore: update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af2df9..e473577 100644 --- a/README.md +++ b/README.md @@ -20,5 +20,7 @@ PUBLIC_ABOUT="Welcome to my blog!" # Optional description of the kinds of posts ``` npm install -npm build -``` \ No newline at end of file +npm run build +node index.js +``` +Put environment variables ahead of the last command, port can also be configured with `PORT`. \ No newline at end of file