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 -vThen, to create a production version of the app:
npm install
npm run buildYou can preview the production build with npm run preview.