Skip to content

timtim40a/graph-algorithms-visualiser

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

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.NodeJS

Then, once you have downloaded the npm, you can check if it works by typing:

node -v
npm -v

Launch 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 next

Running the Visualiser on Local Server

Finally, run the development server:

npm run dev

You 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

About

React built visualisation tool. Next.js, Zustand for state control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages