This is an old revision of the document!


Web

Setting up a new website

  • node modules: issue following commands in root of website:
    • Bootstrap: npm install bootstrap@5.3.2
    • JQuery: npm install jquery
    • js-cookie: npm install js-cookie
    • iziToast: npm install izitoast IziToast
    • js-cookie: npm install js-cookie js-cookie
  • Bootstrap customization
    • Create /scss folder and create custom.scss in it
  • composer modules: issue following commands in root of website:
    • simpleMysqli: composer require websitebeaver/simple-mysqli Simple-MySQLi
    • phpMailer: composer require phpmailer/phpmailer PHPMailer
  • Use https://realfavicongenerator.net/ to create favicons
  • Add Material Symbols Rounded Google font Google Fonts