- nodejs
- yarn
- Install dependencies
$ yarn install
-
Create a .env file based on .env.example
-
Start dev server
$ yarn dev
-
Have android studio and a virtual device set
-
Build the project
$ yarn build
- Open the project on Android Studio
$ npx cap open android
- Start the project
$ npx cap run android