Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 387 Bytes

File metadata and controls

20 lines (13 loc) · 387 Bytes

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.