mirror of
https://github.com/SrIzan10/return-youtube-dislike.git
synced 2026-05-01 10:55:27 +00:00
Extension Source
Guide to Compiling
Compiling to Development (Testing)
- Go to the root directory of the project
- Run
npm ito install all project dependancies (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.