Author: Roman Kornig @jgdevroman, Jakub Stanislaw Kaşıkcı @jskasikci
- Place the Java project folder into the
projectsfolder - Make sure that the Java project has a
pom.xmlfile in its root - Start a rascal terminal at the root and import
Main - Run
main()to run the analysis - The test results will be written into text files in the
reportdirectory
- Install npm and node.js if needed
- Download and install node.js from here
- Check if npm is installed by running
npm -vin the terminal - Check if node.js is installed by running
node -vin the terminal - If not installed, install npm by running
npm install npm@latest -g
- Check if npm is installed by running
- Download and install node.js from here
- Install the required packages by running
npm installin thefrontendfolder
cd frontend
npm install- Run the visualizer by running
npm run devin thefrontendfolder
npm start- Open the browser and go to
localhost:5173 - Enjoy!