Your simple and cross-platform application for personal productivity: https://get-it-done.ninja/
Technologies and frameworks
- UI: Ionic 5
- Backend: Firebase
- CI/CD & Hosting: AWS Amplify
ionic serve
firebase use staging && cd functions && npm run build && cd .. && npm run build:prod && firebase deploy
firebase use default && cd functions && npm run build && cd .. && npm run build:prod && firebase deploy
ionic capacitor copy android
npx cap open android
ionic build --prod
npx cap copy
npx cap open android