Best way to include a script

how do you include a script to say for example bootstrap within the component in Anymod but exclude it from being rendered on our website… IE we dont want to include a link to bootstrap twice.

You can add stylesheets to your mods with @import statements. If you use the same URL as the one on your website, the browser will only load the stylesheet once. Here is an example with Bootstrap: https://anymod.com/mod/code?key=rrolr