We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64ee77 commit c7ead77Copy full SHA for c7ead77
README.md
@@ -1 +1,12 @@
1
M R S - Mega Rybryb Security System
2
+
3
+To install Mobile:
4
+npm install @capacitor/cli @capacitor/core
5
+npx cap init
6
+npm install @capacitor/ios @capacitor/android
7
+npx cap add ios // for ios
8
+npx cap add android // for android
9
10
+We are gonna need android studio to make an APK for the mobile app.
11
12
+I will post more of the schematic of the arduino and esp32 + esp32 cam soon.
0 commit comments