Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 528 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 528 Bytes

Spatial Navigator

This is a project created by JulianEgbert and Finn Schöllkopf.

Running this example

First install all required dependencies:

npm install

Then you can build the application and preview it:

npm run build
npm run preview

Deploying on phone

For this to work you need to install Android Studio. The command npx cap open will then open your project in Android Studio.

npx cap sync
npx cap open