Skip to content

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

Requirements: Firefox, Chromium

# 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

Clone this wiki locally