Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 459 Bytes

DEVELOPERS.md

File metadata and controls

21 lines (14 loc) · 459 Bytes

Development

Please see the project wiki for all development information.

Building the extension

Requirements: Git, Yarn

# Clone the repository
git clone https://github.com/averycrespi/vtt-bridge.git && cd vtt-bridge

# Install dependencies
yarn

# Install build tools
yarn global add parcel web-ext

# Build the extension package
yarn build