-
Notifications
You must be signed in to change notification settings - Fork 4
Running the extension
Avery Crespi edited this page Nov 5, 2020
·
2 revisions
This page explains how to run the VTT Bridge extension on your local machine.
Running the extension locally is useful for manual testing.
Prerequisites: Building the extension
# Build the extension package
yarn build
# Start Firefox with the extension loaded
# The `firefox` binary must be in your $PATH
# The Firefox profile will be saved in `.profiles/firefox`
yarn firefox:run
# Start Chromium with the extension loaded
# The `chromium-browser` binary must be in your $PATH
# The Chromium profile will be saved in `.profiles/chromium`
yarn chromium:run