From 3d0dbc565e54af4f1bdf6a9ad7f04f60fbf7ff4e Mon Sep 17 00:00:00 2001 From: mkubdev Date: Sat, 22 Jul 2023 13:26:48 +0200 Subject: [PATCH] docs: update port --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d724308..002f6e6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Run this followed commands: # Install dependencies (only the first time) npm install -# Run the local server at localhost:8080 +# Run the local server at localhost:3000 npm run dev # Build for production in the dist/ directory