Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 321 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 321 Bytes

Rave on FTMScan

This chrome extension adds Rave Names functionality on FTMScan.

Build the extension locally

To build this extension locally for the first time, run the following scripts:

$ npm i --save-dev browserify
$ npm run clean
$ npm run build

Then, to build afterwards:

$ npm run build