From bad5d889cab31aaba0f137fb2cbb167ba802c083 Mon Sep 17 00:00:00 2001 From: He4eT Date: Mon, 24 Feb 2025 18:26:51 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e3d09d7..40ee9eb 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,13 @@ Node.js is required. ```bash npm i ``` + 2. Start the dev server: ``` npm run serve ``` The site will be availible on http://localhost:8080/ + 3. Use this command to build: ``` npm run build