Skip to content

Commit

Permalink
Update README.md (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshpinto authored Jun 25, 2024
2 parents fc25b3f + 6ff74c4 commit b628ed3
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,35 +61,3 @@ 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 b628ed3

Please sign in to comment.