|
1 month ago | |
---|---|---|
images | 1 month ago | |
source | 1 month ago | |
tests | 2 months ago | |
.gitignore | 2 months ago | |
.stylelintrc.json | 2 months ago | |
LICENSE | 2 months ago | |
README.md | 1 month ago | |
package.json | 1 month ago | |
pnpm-lock.yaml | 2 months ago | |
tsconfig.json | 2 months ago | |
vite.config.ts | 1 month ago |
Inject custom DuckDuckGo Bangs into your browsing experience.
You can install Fangs through Mozilla Addons, installing from a file (see the Releases page for a prebuilt version) or building from source.
To build Fangs you will need git, NodeJS and pnpm. Then from a terminal, run the following commands.
# Step 1. Download the repository with Git.
git clone https://github.com/Holllo/fangs
cd fangs
# Step 2. Install the dependencies.
pnpm install
# Step 3. Start an auto-reloading browser instance for development.
pnpm start
# Step 4. Lint the code and run tests.
pnpm test
# Step 5. Build the WebExtension for production.
# See the web-ext-artifacts directory for output.
pnpm build
Fangs is open-sourced with the GPL-3.0-or-later license.