Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto committed Jun 25, 2024
1 parent f6da70d commit d091e59
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,35 @@ npm run build
This command generates static content into the `build` directory and can be served using any static contents hosting service.

Note: Search will only function with a production build.

## How to contribute

1. Clone and Branch from main

```bash
git clone https://github.com/flare-foundation/developer-hub.git
git checkout -b <feature-branch-name>
```

2. Make your changes

3. Format and Build locally

```bash
npm run format
npm run build
```

4. Make sure your branch is up to date with main

```bash
git pull origin main –-rebase –-autostash
```

5. Push your changes

```bash
git push origin <feature-branch-name>
```

6. Open a Pull Request on GitHub

0 comments on commit d091e59

Please sign in to comment.