Algorithm Visualizer is a static website created to help you understand basic algorithms implementations.
This repo is live, you can find it on this link.
If you want to run this project locally you need to have live server or any other application that is running server locally.
Clone this repository to your machine via terminal.
git clone https://github.com/MilekJakub/Algorithm-Visualizer.git
If you don't have live server you need to install it on your machine:
Via terminal:
- Make sure you have installed Node.js on your machine:
-
node --version
-
If you don't have node.js you can download it with this link: Node.js
- If you have Node.js installed on your machine you can install globaly live server by using this command:
npm install -g live-server
Via Visual Studio Code:
-
Go to 'Extensions' tab.
-
Search for Live Server.
-
Click on the extension with most downloads.
-
Click install button.
Via terminal
Go to the clonned directory with terminal and run live server by using this command: live-server
.
Via Visual Studio Code
Open clonned directory with Visual Studio Code and run live server by clicking 'Go Live' button.
This project is licensed under the MIT License - see the LICENSE file for details.