This is a Next.js project bootstrapped with create-next-app.
To launch the Visualiser you need to have Node.js (or at least npm) installed on your machine. You can download it from the official website or use winget, if you installed it previously
winget install OpenJS.NodeJSThen, once you have downloaded the npm, you can check if it works by typing:
node -v
npm -vLaunch the terminal in this folder, or navigate to it using cd your path/final-year-project The only dependency that you need from the npm is Next.js. You can install it using the following command
npm install nextFinally, run the development server:
npm run devYou can also use setup.cmd on Windows to clone the Github repository into a particular folder.
Open http://localhost:3004 with your browser to see the result. GAV supports Chrome, Firefox and Safari without any problems