Firefox extension to automatically open websites in a container
Install the latest release for Firefox from AMO
In the project directory, you can run:
Installs required dependencies.
Starts webpack with --watch option and outputs to ./build directory.
Builds the extension for production use.
Runs test specs using jest.
Use test:watch to watch for edits and re-run the tests.
Lint using eslint.
Runs web-ext process to debug the extension on Firefox. See web-ext docs
To live reload the extension, start this process in a new tab after starting yarn webpack process.



