Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraonstarknet authored Oct 1, 2024
1 parent 8a82855 commit 15aff9e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ Starkfarm Client is a web application built using [Next.js](https://nextjs.org/)

To run the project locally and start using Starkfarm Client, follow these steps:

1. Clone the repository:
1. Fork the repository:

**Note: If you already forked, first sync your dev to this repo's dev. This is to ensure, the commit history is exactly same. We often use squash and merge, so if u start with ur old history, unnecessary commits may creep in.**

2. Clone your repo and Navigate to the project directory:

```bash
git clone https://github.com/yourusername/starkfarm-client.git
```

2. Navigate to the project directory:

```bash
cd starkfarm-client
```
Expand Down

0 comments on commit 15aff9e

Please sign in to comment.