Skip to content

Commit

Permalink
Update contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
arifszn committed Jul 23, 2022
1 parent 212588f commit 979cb1d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,41 @@ If you find a bug in the source code or a mistake in the documentation, you can
submitting an issue to our [GitHub Repository](https://github.com/arifszn/awesome-shortcuts/issues/new). Even better you can submit a Pull Request
with a fix.

### Developing
## Developing

Fork, then clone the repo:
Fork the repo and clone it.

```sh
git clone https://github.com/your-username/awesome-shortcuts.git

cd awesome-shortcuts
```

Install dependencies:
### Install dependencies

```sh
npm install
```

Run dev server:
### Run dev server

```sh
npm start
```

Build website:
### Build website

```sh
npm run build
```

Build chrome extension:
### Build chrome extension

```sh
npm run build:extension:chrome
```

Build firefox extension:
### Build firefox extension

```sh
npm run build:extension:firefox
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@

## Contributing

To contribute, see the [Contributing guide](https://github.com/arifszn/awesome-shortcuts/blob/main/CONTRIBUTING.md).
To contribute, see the [contributing guide](https://github.com/arifszn/awesome-shortcuts/blob/main/CONTRIBUTING.md).

## License

Expand Down

0 comments on commit 979cb1d

Please sign in to comment.