-$ git clone https://github.com/Emmanuel-Melon/planet-of-the-bugs/ && git checkout dev
-
-
-Install the necessary dependencies by running the following command in your terminal:
-
-
-$ yarn install && yarn dev
-
-
-Start the development server by running the following command in your terminal:
-
-Navigate to [http://localhost:3000](http://localhost:3000) in your web browser to view the app.
-
-### Local Setup
-
-To get started, copy the .example.env file to .env by running the following command in your terminal:
-
-```bash
-cp .example.env .env
-```
+1. Clone the repository to your local machine: git clone https://github.com/Emmanuel-Melon/planet-of-the-bugs.git
+2. Navigate to the main branch:
+ ```git checkout dev```
+3. Navigate to the client app:
+ ```cd apps/client```
+4. To get started, copy the .example.env file to .env by running the following command in your terminal:
+ ```cp .example.env .env```
+5. Install any necessary dependencies:
+ ```yarn && yarn dev```
+6. Start the development server by running the following command in your terminal: Navigate to [http://localhost:3000](http://localhost:3000) in your web browser to view the app.
### π¦Ύ Contributors
- **Emmanuel Gatwech (Eman)**: [LinkedIn Profile](https://www.linkedin.com/in/emmanuel-gatwech/), [Twitter](https://twitter.com/junubiman), [Hashnode](https://eman.hashnode.dev/), [Portfolio](https://e-man.vercel.app/).
- **Magid Faiz**: [LinkedIn Profile](https://www.linkedin.com/in/maiz27/), [Hashnode Profile](https://hashnode.com/@Maiz), [Portfolio](https://maged-faiz.web.app/).
-
+- **Leona Magaya**: [LinkedIn Profile](https://www.linkedin.com/in/leonamagayachinyerere/).
### Thank You Note
-We would like to extend our gratitude to Hashnode and MindsDB for hosting this amazing Hackathon. It has been an incredible opportunity to learn and work on this project.
+We extend our heartfelt appreciation to the brilliant minds, tireless contributors, and visionary partners who have propelled this project's success. Thank you for reshaping how we learn and master debugging. Together, we're shaping the future of software education.
##
License
diff --git a/apps/client/src/components/Chat/Conversation.svelte b/apps/client/src/components/Chat/Conversation.svelte
new file mode 100644
index 00000000..91520798
--- /dev/null
+++ b/apps/client/src/components/Chat/Conversation.svelte
@@ -0,0 +1,84 @@
+
+
+