Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kritika30032002 authored Jan 10, 2024
1 parent d32ea6e commit 378b161
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down Expand Up @@ -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.
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.

0 comments on commit 378b161

Please sign in to comment.