|
3 months ago | |
---|---|---|
images | 3 months ago | |
source | 3 months ago | |
tests | 3 months ago | |
.gitignore | 3 months ago | |
.stylelintrc.json | 3 months ago | |
LICENSE | 1 year ago | |
README.md | 3 months ago | |
package.json | 3 months ago | |
pnpm-lock.yaml | 3 months ago | |
tsconfig.json | 3 months ago | |
vite.config.ts | 3 months ago |
A WebExtension for queueing links.
Want to find out more about Queue? Check out the wiki.
You can install Queue through the stores linked above, installing from a file (see the Releases page for a prebuilt version) or building from source.
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
Queue is open-sourced with the AGPL-3.0-or-later license.