/spatial-navigation-demo

Simple static web application to demonstrate how to build spatial navigation library.

Primary LanguageTypeScript

Spatial Navigation Demo

This is just a static web application to demostrate how to build a light/simple version of spatial navigation. It's only for demonstration and educiational purposes

How to run locally

For developing, run the command:

yarn dev

To see the demo of building the library step by step:

yarn global add http-server
http-server demo

The visit the site http://localhost:8080/?step=1 (step goes from 1 - 4)