Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.
/ sort Public archive

Using visualisation to explore different sorting algorithms.

Notifications You must be signed in to change notification settings

simmo/sort

Repository files navigation

Sort Algorithms

Using visualisation to explore different sorting algorithms.

Built using Svelte, TypeScript, HTML Canvas and JavaScript Generators.


Get started

Prerequisites

You'll need the latest LTS version of Node.js installed.

Install the dependencies

npm i

Run

npm run dev

Navigate to localhost:5000. You should see the app running.

Build for production

To create an optimised version of the app:

npm run build

You can run the built app with:

npm run start

or just serve the /public folder.


Made by Mike Simmonds