No, all programs were already installed on my computer. The required tools were Java, Docker, NPM, and Node.
The tools are all well documented.
Gradle and NPM are used for dependency management, and they install all dependencies automatically.
No, there were quite a lot of errors caused by wrong Java and Node versions. You also had to run the setup scripts in a different order than the documentation specified.
Not really, I had to update my Java to Java JDK 11 and install Node.js, Angular CLI, and Docker. These were all quick and easy to install.
The tools themselves are well-documented and easy to install.
There were gradle and npm scripts, as well as a Docker container, to get all necessary components automatically.
No. I did have some trouble with tool versions, but this was easily fixed. However, I faced an npm error that was difficult to solve. It occurred on both Windows and Ubuntu WSL. Eventually, I ended up deleting and reinstalling the repo and all the tools, which resolved the issue.
After everything was built successfully, the tests and examples ran as expected.
How easily can you build the project? Briefly describe if everything worked as documented or not: