Extension Source
Guide to Compiling
Compiling to Development (Testing)
- Go to the root directory of the project
- Run
npm i to install all project dependancies (if not done so already)
- run
npm run dev to compile the extension to the ~/Extensions/combined/dist/ folder.
Compiling to Production (Final Release)
- Go to the root directory of the project
- Run
npm i to install all project dependancies (if not done so already)
- run
npm run build to compile the extension to the ~/Extensions/combined/dist/ folder.