From 378b16171f39553d29fab6f91fa4bc4cddfa262c Mon Sep 17 00:00:00 2001 From: Kritika Gupta <83400697+Kritika30032002@users.noreply.github.com> Date: Wed, 10 Jan 2024 15:39:15 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 08b5f98..63c0761 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,8 +24,6 @@ Thank you for considering contributing to our TODO List App. Your help is greatl Before you start contributing, ensure you have the following: -- **Node.js**: You need Node.js (v14 or higher) installed. [Download Node.js](https://nodejs.org/). - - **Git**: Make sure you have Git installed. [Download Git](https://git-scm.com/). - **GitHub Account**: You'll need a GitHub account to make contributions. @@ -37,25 +35,19 @@ Before you start contributing, ensure you have the following: 2. **Clone Your Fork**: Clone the forked repository to your local machine: ```bash - git clone https://github.com/your-username/todo-list-app.git + git clone https://github.com/your-username/To-Do-List-Application.git ``` 3. **Navigate to the Project Directory**: ```bash - cd todo-list-app - ``` - -4. **Install Dependencies**: Install the project dependencies: - - ```bash - npm install + cd To-Do-List-Application ``` -5. **Start the Development Server**: +4. **Start the Development Server**: ```bash - Start it locally + Click on index.html file in your web browser to start using the application. ``` Now, you have the TODO List App running locally. @@ -112,4 +104,4 @@ Please review and follow our [Code of Conduct](CODE_OF_CONDUCT.md) to ensure a r By contributing to this project, you agree that your contributions will be licensed under the [MIT License](LICENSE). ``` -This revised CONTRIBUTING.md file provides more detailed explanations and clear steps for potential contributors. Remember to replace placeholders like `your-username`, `your-branch-name`, and `main-repo` with the actual values relevant to your project. \ No newline at end of file +This revised CONTRIBUTING.md file provides more detailed explanations and clear steps for potential contributors. Remember to replace placeholders like `your-username`, `your-branch-name`, and `main-repo` with the actual values relevant to your project.