mirror of
https://github.com/Alvin-Zilverstand/return-youtube-dislike.git
synced 2026-09-12 09:58:20 +02:00
Extension Source
Guide to Compiling
Compiling to Development (Testing)
- Go to the root directory of the project
- Run
npm ito install all project dependencies (if not done so already) - run
npm run devto compile the extension to the~/Extensions/combined/dist/folder.
Compiling to Production (Final Release)
- Go to the root directory of the project
- Run
npm ito install all project dependancies (if not done so already) - run
npm run buildto compile the extension to the~/Extensions/combined/dist/folder.