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
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)