We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb77193 commit deec17fCopy full SHA for deec17f
1 file changed
README.md
@@ -56,3 +56,9 @@ Este software é source-available, ou seja, não é permitida a sua comercializa
56
<br>
57
58
> *assume-se uma velocidade média de 15km/h<br>**assume-se uma poupança de 250g/km
59
+
60
61
+Para dar build da app correr
62
+```sh
63
+npm install;
64
+npm run build && npx cap sync && cd android && ANDROID_HOME=$YOUR_ANDROID_SDK_HOME ./gradlew build --info && cd ..```
0 commit comments