Skip to content

pinnick/sorting-algorithm-visualizer

Repository files navigation

Sorting algorithm visualizer

To find the project online, go to https://sorting-algorithm-visualizer-theta-ashen.vercel.app/ or follow the build instructions.

Building

First, ensure that nodejs is installed:

node -v

Then, to create a production version of the app:

npm install
npm run build

You can preview the production build with npm run preview.