From 568cf5e2ad8df2c069e27c957b97344ebd7556e4 Mon Sep 17 00:00:00 2001 From: Ajay Bura Date: Thu, 13 Jan 2022 10:48:08 +0530 Subject: [PATCH] Update readme Signed-off-by: Ajay Bura --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0eeb9c99..76ec07f7 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,12 @@ You can serve the application with a webserver of your choosing by simply copyin Execute the following commands to compile the app from its source code: ```sh -npm install # Installs all dependencies +npm ci # Installs all dependencies npm run build # Compiles the app into the dist/ directory ``` -You can then copy the files to a webserver's webroot of your choice. +You can then copy the files to a webserver's webroot of your choice. + To serve a development version of the app locally for testing, you may also use the command `npm start`. ### Running with Docker