A chrome plugin to calculate miles and benefits from differnt flights.
- Clone the repository.
- Install yarn:
npm install -g yarn
. - Run
yarn
. - Run
npm run start
- Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select the
build
folder.
- Access
After the development of your extension run the command
$ NODE_ENV=production npm run build
Now, the content of build
folder will be the extension ready to be submitted to the Chrome Web Store. Just take a look at the official guide to more infos about publishing.
Credit to Samuel Simões for the boilerplate. Samuel Simões ~ @samuelsimoes ~ Blog