From 71f5eba229b2105e2727950a0d23e2f7da653960 Mon Sep 17 00:00:00 2001
From: Rikhi Singh <114336052+RikhiSingh@users.noreply.github.com>
Date: Sun, 3 Nov 2024 02:36:14 -0500
Subject: [PATCH] Update README.md
---
README.md | 34 ----------------------------------
1 file changed, 34 deletions(-)
diff --git a/README.md b/README.md
index d3fd867..291e972 100644
--- a/README.md
+++ b/README.md
@@ -10,37 +10,3 @@ This repository hosts the personal portfolio website of me, built with React and
- **Email Integration**: EmailJS for contact form functionality
- **Backend**: JSON Server and MongoDB Atlas for data management
- **Icons**: Lucid-react
-
-## Installation
-
-1. **Clone the repository**
- ```bash
- git clone https://github.com/RikhiSingh/rikhisingh.github.io.git
- cd rikhisingh.github.io
-
-2. **Install Dependencies**
- ```bash
- npm install
-
-3. **Run the development server**
- ```bash
- npm run dev
-
-4. **Access the Application**
- Open http://localhost:3000 in your browser.
-
-## Usage
-- View various projects and their details.
-- Use the contact form to get in touch.
-
-## Contributing
-Contributions are welcome! Please follow these steps:
-
-1. Fork the repository.
-2. Create a new branch.
-3. Make your changes and commit them.
-4. Push to your branch.
-5. Open a pull request.
-
-
-This Markdown file provides a clear and styled README for your project. Feel free to further customize it as needed!