To find the project online, go to https://sorting-algorithm-visualizer-theta-ashen.vercel.app/ or follow the build instructions.
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
.