Skip to content

Commit

Permalink
Add contributing section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joshka committed Mar 10, 2023
1 parent fde2f3d commit 959230d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@ your own instance, then click follow there once the search loads.
To use a server other than mastodon.social, go to the settings page and enter
the server address including https://, omitting any trailing slash.

## Contributing

To run the extension locally, install web-ext via npm:

```shell
npm install -g web-ext
```

And then run with the following command

```shell
web-ext run --source-dir ./src --target firefox-desktop --devtools --browser-console
```

This command is also found in the [just file](https://github.com/joshka/follow-mastodon-user-webextension/blob/main/.justfile) as `just run`. (See <https://just.systems/> for more details).

## Installation

Install via <https://addons.mozilla.org/en-US/firefox/addon/follow-mastodon-user/>
Expand Down

0 comments on commit 959230d

Please sign in to comment.