Author: Roman Kornig @jgdevroman, Jakub Stanislaw Kaşıkcı @jskasikci
- Place the Java project folder into the
projects
folder - Make sure that the Java project has a
pom.xml
file 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
report
directory
- Install npm and node.js if needed
- Download and install node.js from here
- Check if npm is installed by running
npm -v
in the terminal - Check if node.js is installed by running
node -v
in 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 install
in thefrontend
folder
cd frontend
npm install
- Run the visualizer by running
npm run dev
in thefrontend
folder
npm start
- Open the browser and go to
localhost:5173
- Enjoy!