to run this program follow these steps
npm init -y # just initialize npm with default settings
npm install bootstrap
npm -g node-sass # to easily compile .scsss to .css
# compile .scss to css
node-sass .\styles\custom_bootstrap_theme.scss .\styles\custom_bootstrap_theme.cssyou should now have everything you need and just open the html file in a browser