30 lines
1.4 KiB
Markdown
30 lines
1.4 KiB
Markdown
# Re ↩ Nav
|
|
|
|
> **Navigation redirects for the masses.**
|
|
|
|
[![Get Re-Nav for Firefox](./images/mozilla-addons.png)](https://addons.mozilla.org/firefox/addon/re-nav)
|
|
[![Get Re-Nav for Chrome](./images/chrome-web-store.png)](https://chrome.google.com/webstore/detail/efjignaelidacjdhleaojfmkklganjjb)
|
|
[![Get Re-Nav for Edge](./images/microsoft.png)](https://microsoftedge.microsoft.com/addons/detail/efnkhmlaemggdlpalglioeolbbhfpiic)
|
|
|
|
![Latest Re-Nav screenshot](./images/re-nav-version-0-2-0.png)
|
|
|
|
## Installation
|
|
|
|
You can install Re-Nav through the stores linked above, [manually from a file] (see [the Releases page] for ZIP files) or [from source](#development).
|
|
|
|
[manually from a file]: https://support.mozilla.org/en-US/kb/find-and-install-add-ons-add-features-to-firefox#w_how-do-i-find-and-install-add-ons
|
|
[the Releases page]: https://git.bauke.xyz/Holllo/re-nav/releases
|
|
|
|
## Development
|
|
|
|
To build Re-Nav you will need [git](https://git-scm.com), [NodeJS](https://nodejs.org) and [pnpm](https://pnpm.io).
|
|
|
|
* Install the dependencies with `pnpm install`.
|
|
* Start a separate browser with `pnpm start`.
|
|
* Build the WebExtension for production with `pnpm build`.
|
|
* Test the code with `pnpm test`.
|
|
|
|
## License
|
|
|
|
Distributed under the [AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later.html) license, see [LICENSE](https://git.bauke.xyz/Holllo/re-nav/src/branch/main/LICENSE) for more information.
|