Mobile app to manage workshop equipments data, technical data, safety information and procedures.
Primary: #05445E Secondary: #189AB4 Terceary: #75E6DA Light: #D4F1F4
Summer Splash (canvas.com)
Install the node modules.
npm install
Run the code in the browser
ionic serve
Adding new module
ionic generate service services/name_of_the_service
Adding new page
ionic generate page pages/name_of_the_page
Adding new component
ionic generate page components/name_of_the_component
To build and publish the app to firebase you need to have Android Studio for Android compilation and XCode for iOS
ionic capacitor build android
ionic capacitor build ios
Test with real Android device with live reload
ionic capacitor run android -l --external
Then compile the project in the correct software.