https://github.com/nrprosper/sort-visualizer
https://github.com/nrprosper/sort-visualizer
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrprosper/sort-visualizer
- Owner: NRProsper
- Created: 2024-04-17T07:10:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T20:37:52.000Z (about 1 year ago)
- Last Synced: 2025-01-27T10:45:08.316Z (6 months ago)
- Language: Vue
- Size: 111 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sorting-visualizer
This project is a sorting visualizer that provides a graphical representation of various sorting algorithms.
## Project Setup
To set up this project locally on your computer, follow these steps:
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```