diff --git a/README.md b/README.md index eb1bcec5..75f53af1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,29 @@ ![main](https://github.com/path-visualiser/app/actions/workflows/main.yml/badge.svg) -# Path Search Visualiser +

-[Open the App](https://path-visualiser.github.io/app) +![logo64](./docs/assets/22-09-2023/logo64.png) + +# Waypoint + +Waypoint is a visualiser and debugging tool for pathfinding +search. + +[Open Waypoint](https://path-visualiser.github.io/app) + +## Start Development Server + +```bash +git clone https://github.com/path-visualiser/app +cd ./app +npm i +npm start +``` + +## Changelog + +[View Changelog](./docs/changelog.md) + +## Releases + +[View Releases](https://github.com/path-visualiser/app/releases)