You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2023/02/11 19:12:09 UTC

[camel-karavan] branch main updated: Updated the DEV.md (#654)

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

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new a0c945f8 Updated the DEV.md (#654)
a0c945f8 is described below

commit a0c945f82a6043297c57009155e2d465802df0f1
Author: Rafael Marques <ra...@gmail.com>
AuthorDate: Sat Feb 11 16:12:03 2023 -0300

    Updated the DEV.md (#654)
    
    * Updated the Frontend folder for How to build Karavan, it was wrong with an older folder
    
    * Updated DEV file
---
 DEV.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/DEV.md b/DEV.md
index 351361a0..fb82bc3d 100644
--- a/DEV.md
+++ b/DEV.md
@@ -45,6 +45,10 @@ mvn quarkus:dev
 ```
 - Frontend
 ```shell script
-cd karavan-app/src/main/webapp/
+cd karavan-core/
+npm install
+
+cd karavan-app/src/main/webui/
+npm install
 npm start
 ```