diff --git a/README.md b/README.md index 0bb4ccda..19727a8e 100644 --- a/README.md +++ b/README.md @@ -119,13 +119,19 @@ To install Devika, follow these steps: ```bash python devika.py ``` -6. Compile and run the UI server: - ```bash +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 install 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 + ``` + npm run dev + ``` +8. Access the Devika web interface by opening a browser and navigating to `http://127.0.0.1:3000`. ## Getting Started