Package your HTML5/JavaScript Web App as a self-contained Firefox executable (using qbrt).
- Load https://qbrt.io/, and dive right in!
- Submit your Web App.
- Wait for the server to generate the package.
- Download the binary executable!
First, ensure Node is installed. From the command line, install the dependencies:
npm install
Feel free to open a pull request to fix any bugs or add a new feature. Please notice that all content submitted, including code and art assets (if any), must be and will be licensed under a Creative Commons Zero v1.0 Universal license (CC0 1.0 Universal; Public Domain Dedication).
- Fork this repository to your own GitHub account and then clone it to your local computer.
- Install the Node dependencies:
npm install
- Link
npm link
to link the local repository to npm. - Run
npm run build
to build and watch for code changes. - Run
npm link next
from within your project's directory. - Now you can run your app with the local version of
qbrt.io
.
From the command line, run this command to start the local Node development server:
npm start
npm run serve
npm run build
npm run build-img
npm run pagespeed
npm run a11y
All code and content within this source-code repository is licensed under the Creative Commons Zero v1.0 Universal license (CC0 1.0 Universal; Public Domain Dedication).
You can copy, modify, distribute and perform this work, even for commercial purposes, all without asking permission.
For more information, refer to these following links:
- a copy of the license in this source-code repository
- the human-readable summary of the full text of the legal code
- the full text of the legal code