We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fc6e9 commit 5b5df96Copy full SHA for 5b5df96
README.md
@@ -2,7 +2,7 @@
2
3
Interactive pathfinding algorithm visualizer with player functionality. Allows pause and rewind the algorithm's history for in-depth analysis.
4
5
-Check out the [Pathfinding Algorithm Visualizer](https://ivan-sem.com/pathfinding_visualizer) for a live demo.
+Check out the [Pathfinding Algorithm Visualizer](https://pathfinding_visualizer.ivan-sem.com/) for a live demo.
6
7

8
@@ -14,6 +14,7 @@ Check out the [Pathfinding Algorithm Visualizer](https://ivan-sem.com/pathfindin
14
15
## Run locally
16
17
+Use Node 20.x
18
- `npm install` - install dependencies
19
- `npm run dev` - run a dev server
20
0 commit comments