Stackblitz is buggy with the current version of angular (16.2.7) and zone.js - This can cause errors when loading the main site and with images not loading - if you fork this repo it usually fixes the issues. usually
If you really want to get going, do this for your OS
- install node 18 (this is important for angular compatibility)
- download the repo from github (where this is forked from)
- download vscode and install it.
- open the downloaded folder/project in vscode
- open a terminal in vscode (control + backtick) or under the terminal top menu
- type 'npm install' and wait until complete
- type 'npm start' to start the angualr application
- point your browser at localhost:4200
Have fun.