From 02ec986756d34de4c5631a6ada29449b0b26aeb9 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Fri, 22 Sep 2023 03:28:32 +1000 Subject: [PATCH] Update README --- README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) 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)