Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 482 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 482 Bytes

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)