Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nrprosper/sort-visualizer
https://github.com/nrprosper/sort-visualizer
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nrprosper/sort-visualizer
- Owner: NRProsper
- Created: 2024-04-17T07:10:43.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-20T20:37:52.000Z (10 months ago)
- Last Synced: 2024-11-28T21:13:14.293Z (2 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
```