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

smarru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-sandbox.git

commit daf1b350c2b109e9f3e6bbc838cf4e627196e0bf
Author: Aishwarya Vijay Sinhasane 
<48974593+aishwaryasinhas...@users.noreply.github.com>
AuthorDate: Thu Jul 21 03:10:43 2022 -0400

    Update README.md
---
 gsoc2022/seagrid-rich-client/README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/gsoc2022/seagrid-rich-client/README.md 
b/gsoc2022/seagrid-rich-client/README.md
index 72b651da..4cd99781 100644
--- a/gsoc2022/seagrid-rich-client/README.md
+++ b/gsoc2022/seagrid-rich-client/README.md
@@ -7,6 +7,21 @@
 
![architecture](https://github.com/aishwaryasinhasane/airavata-sandbox/blob/master/gsoc2022/seagrid-rich-client/Modified_SeaGrid_Overview%20(2).png)
 
 ## Steps to Run the Application
+### Installation Steps:
+
+#### To run electronJS application you need to install node.js. 
+   Follow below installation steps for node.js 
+
+   - https://nodejs.org/en/download/
+   
+   Check node.js installed 
+      - npm -v 
+      - node -v
+
+#### Now to install electronJS run below command. 
+- npm install --save-dev electron
+
+#### Run Application
 1. Clone the repository. 
 2. Run below command 
    - npm start

Reply via email to