Effortless temporary bookmarks. https://holllo.org/queue/
Go to file
Bauke 1489da6101
Version 0.2.1.
2022-03-15 11:48:56 +01:00
screenshots Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
source Version 0.2.1. 2022-03-15 11:48:56 +01:00
tests Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
.gitignore Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
.stylelintrc.json Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
LICENSE Initial 0.1.0 commit! 🎉 2020-11-11 18:17:37 +01:00
README.md Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
package.json Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
pnpm-lock.yaml Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
tsconfig.json Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00
vite.config.ts Version 0.2.0, fix all the things. 2022-03-05 14:10:45 +01:00

README.md

Queue

A WebExtension for queueing links.

Queue on AMO

Queue 0.2.0

Installation

You can install Queue through Mozilla Addons, installing from a file (see the Releases page for a prebuilt version) or building from source.

Development

To build Queue 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/queue
cd queue

# 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

License

Queue is open-sourced with the AGPL-3.0-or-later license.