The installation process was a little difficult. The documentation is kind of confusing considering there are two different sets of setup documents. In the README there are setup instruction that are pretty concise but there is also a link to another setup guide that is much more detailed and confusing as someone unfamiliar with the code base. In both documents there are conflicting installation instructions, one wanting an npm install with the server runnong on localhost:8080 and another wanting ng serve with the server running on localhost:4200. There also wasn't any instruction on what to install if you don't have AngularJS installed on your machine which caused issues across our teams machines.
This codebase used AngularJS as the framework to build the app in along with typescript files. SASS is used for the styling. This codebase utilizes several tools that I am unfamiliar with.
The site is already pretty well put together and is responsive. Right now the main fixes are UX/UI and styling.