From f8cffbf239f2dd3f86f8cf89764c2dc5e9107e70 Mon Sep 17 00:00:00 2001 From: Puvana Swatvanith Date: Sat, 22 Jun 2024 22:22:07 +0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de54650..51cbc56 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Clone this repository git clone https://github.com/Noboomta/Ku-table.git ``` -Install dependencies using `yarn` +Install dependencies using `yarn` (Make sure you are using Node version 18.x) if you don't have `yarn`. Please install it first by @@ -69,7 +69,7 @@ VUE_APP_BASE_SERVER_URL=https:// ### Compiles and hot-reloads for development ``` -yarn serve +yarn dev ``` the applciation will run at [localhost:8080](http://localhost:8080)