neuro-inclusive-transit / mobile-app

Mobile App run via NativeScript + Svelte for MVP
Apache License 2.0
1 stars 0 forks source link

mobile-app

Local Setup

Follow the instructions on NativeScript depending

Update .env file with the correct values

cp .env.example .env

Run the project on multiple devices:

$ ns run ios
$ ns run android

Debug the project with Chrome DevTools:

$ ns debug ios
$ ns debug android

For more options consult the docs or run ns --help