Skip to content

Set up development environment #65

Answered by advplyr
tvories asked this question in Q&A
Discussion options

You must be logged in to vote

Awesome, this is definitely needed. I think a lot more people would help if there was some setup info.

I think capacitor was a good choice, but there are definitely some drawbacks you will notice if you dive in. I wasn't very familiar with webview before this project. Basically 80% of the mobile app can be exactly the same on ios and android, the things we need to handle natively are the audio player, downloading, and android auto/car play.

The capacitor docs are pretty good. https://capacitorjs.com/docs/android

# git clone and cd into project dir
npm install
npm run generate  # generate static web app
npx cap sync   # copies web app into native android/ios folders
npx cap open android  #

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tvories
Comment options

Answer selected by tvories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants