This is an automated email from the ASF dual-hosted git repository.

samhxwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-web.git


The following commit(s) were added to refs/heads/master by this push:
     new e0693d7  [YUNIKORN-2195] Add yarn install to README (#150)
e0693d7 is described below

commit e0693d72672f71566c7289d16d8a2e2eb1f93dcf
Author: doupache <143783826+doupa...@users.noreply.github.com>
AuthorDate: Mon Nov 27 16:17:24 2023 +0800

    [YUNIKORN-2195] Add yarn install to README (#150)
    
    Closes: #150
    
    Signed-off-by: Hsuan Zong Wu <samh...@apache.org>
---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 331ddf6..da592ce 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,8 @@ The project requires a number of external tools to be 
installed before the build
 - [yarn](https://www.npmjs.com/package/yarn)
 - [json-server](https://www.npmjs.com/package/json-server)
 
+To manage our node packages, we've chosen Yarn. Simply execute the command 
`yarn install` to set up all necessary dependencies. This single step ensures 
that your environment is fully prepared with all the required packages.
+
 ### Development server
 
 Run `make start-dev` for a development server. Navigate to 
`http://localhost:4200/`. The application will automatically reload if you 
change any of the source files.


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: issues-h...@yunikorn.apache.org

Reply via email to