From bb78497953e0ce47068cf9971d56aee2116b0d50 Mon Sep 17 00:00:00 2001 From: HeavenHM Date: Fri, 22 Mar 2024 19:34:14 +0530 Subject: [PATCH 1/2] Added Svelte Package and NPM Added Svelte Package and NPM package along with bun --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8986b39..93ca6991 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,18 @@ To install Devika, follow these steps: ``` python devika.py ``` -6. Compile and run the UI server: +6. Compile and run the UI server:
+ Install the Svelte package required + use command `npm install @sveltejs/vite-plugin-svelte` to install it ``` cd ui/ bun run dev ``` -7. Access the Devika web interface by opening a browser and navigating to `http://127.0.0.1:3000`. + or use npm + ``` + nmp run dev + ``` +8. Access the Devika web interface by opening a browser and navigating to `http://127.0.0.1:3000`. ## Getting Started From 379e5ed5bf2b0917bfc7751013e6ac29cf221e05 Mon Sep 17 00:00:00 2001 From: HeavenHM Date: Fri, 22 Mar 2024 20:25:26 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ca6991..fa3f132e 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ To install Devika, follow these steps: ``` or use npm ``` - nmp run dev + npm run dev ``` 8. Access the Devika web interface by opening a browser and navigating to `http://127.0.0.1:3000`.