This is a website for visualizing some sort algorithms, built with D3.js and Gatsby.
https://asumo-dev.github.io/sort-visualization/
-
Clone the repository and cd into the directory
-
Install Gatsby CLI
yarn global add gatsby-cli
or
npm install gatsby-cli -g
-
Install npm packages
yarn install
or
npm install
-
Start development server
yarn start
or
npm run start
-
Go to
localhost:8000
This project is licensed under the terms of the MIT license.