Holllo/re-nav
Holllo
/
re-nav
Archived
1
Fork 0
Navigation redirects for the masses. https://holllo.org/re-nav/
This repository has been archived on 2025-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Bauke fe81eb53fa
Rewrite Redirect IDs to be numeric instead of UUIDs.
2022-10-27 21:13:02 +02:00
source Rewrite Redirect IDs to be numeric instead of UUIDs. 2022-10-27 21:13:02 +02:00
tests Rewrite Redirect IDs to be numeric instead of UUIDs. 2022-10-27 21:13:02 +02:00
.gitignore Add project files. 2022-10-05 12:25:58 +02:00
.stylelintrc.json Add project files. 2022-10-05 12:25:58 +02:00
LICENSE Initial commit. 2022-10-03 19:10:06 +02:00
README.md Fix name. 2022-10-05 13:12:17 +02:00
package.json Add an ID to Redirects. 2022-10-19 21:15:40 +02:00
pnpm-lock.yaml Add an ID to Redirects. 2022-10-19 21:15:40 +02:00
tsconfig.json Switch CommonJS configuration to module instead. 2022-10-05 18:31:53 +02:00
vite.config.ts Add project files. 2022-10-05 12:25:58 +02:00

README.md

Re ↩ Nav

Navigation redirects for the masses.

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

To build Re-Nav you will need git, NodeJS and pnpm.

  • 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 license, see LICENSE for more information.