Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 1011 Bytes

README.md

File metadata and controls

57 lines (36 loc) · 1011 Bytes

dRHGSim (dR Hunger Games Simulator)

Logo

Web extension for simulation of brawls between devRant users, inspired by Hunger Games.

Contributing

Project

Boilerplate docs

Project Setup

npm install

Commands

Build

Development, Watch

Rebuilds extension on file changes. Requires a reload of the extension (and page reload if using content scripts)

npm run watch

Production

Minifies and optimizes extension build

npm run build

Load extension in browser

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):

  1. Create .env.local file.

  2. Append this line to the file:

    WEB_EXT_CHROMIUM_BINARY=/usr/bin/brave