Tired of having to keep tabbing between Tarkov and the wiki to see the price of items? Or keeping multiple sites open to track how much the Gunsmith quests are going to set you back? Tire no more! The Tarkov Wiki Prices extension adds current flea market rates to the wiki (data courtesy of tarkov-tools.com)!
To build the addon bundle locally, you can run
# Install dependencies
npm ci
# Make your changes!
# Build!
make # or `npm run build && npm run assemble` if you don't have make
This will emit a bundled copy of the extension into ./dist
which can then be loaded into the browser for testing.