Web extension for simulation of brawls between devRant users, inspired by Hunger Games.
npm install
Rebuilds extension on file changes. Requires a reload of the extension (and page reload if using content scripts)
npm run watch
Minifies and optimizes extension build
npm run build
Loads the contents of the dist directory into the specified browser
npm run serve:firefox
npm run serve:chrome
To specify the path to another Chromium-based browser (like Brave):
-
Create
.env.local
file. -
Append this line to the file:
WEB_EXT_CHROMIUM_BINARY=/usr/bin/brave