Skip to content

asumo-dev/sort-visualization

Repository files navigation

D3 Sort Visualization

This is a website for visualizing some sort algorithms, built with D3.js and Gatsby.

https://asumo-dev.github.io/sort-visualization/

Build the site locally

  1. Clone the repository and cd into the directory

  2. Install Gatsby CLI

    yarn global add gatsby-cli

    or

    npm install gatsby-cli -g
  3. Install npm packages

    yarn install

    or

    npm install
  4. Start development server

    yarn start

    or

    npm run start
  5. Go to localhost:8000

License

This project is licensed under the terms of the MIT license.