Commit Graph

8 Commits

Author SHA1 Message Date
Achintha Isuru
c6ccd1e2e3 feat: configure Firebase and signing for multiple environments in mobile app 2025-11-18 17:52:23 -05:00
Achintha Isuru
ef35554635 feat: update Firebase configuration for development environment and adjust related scripts 2025-11-18 14:22:28 -05:00
Achintha Isuru
f7f6891781 Add .env_dev file for development environment 2025-11-18 13:50:05 -05:00
Achintha Isuru
5a1dc08a96 Add environment configuration for development 2025-11-18 13:49:39 -05:00
Achintha Isuru
8fba9512e6 feat: create .env file with app configuration variables
Add environment variables for app configuration.
2025-11-18 13:48:56 -05:00
Achintha Isuru
9eacb8639e feat: Add Codemagic environment variables and update Firebase configurations for multi-environment support 2025-11-18 12:16:42 -05:00
Achintha Isuru
a64cbd9edf feat: Refactor code structure and optimize performance across multiple modules 2025-11-17 23:29:28 -05:00
bwnyasse
554dc9f9e3 feat: Initialize monorepo structure and comprehensive documentation
This commit establishes the new monorepo architecture for the KROW Workforce platform.

Key changes include:
- Reorganized project into `frontend-web`, `mobile-apps`, `firebase`, `scripts`, and `secrets` directories.
- Updated `Makefile` to support the new monorepo layout and automate Base44 export integration.
- Fixed `scripts/prepare-export.js` for ES module compatibility and global component import resolution.
- Created and updated `CONTRIBUTING.md` for developer onboarding.
- Restructured, renamed, and translated all `docs/` files for clarity and consistency.
- Implemented an interactive internal launchpad with diagram viewing capabilities.
- Configured base Firebase project files (`firebase.json`, security rules).
- Updated `README.md` to reflect the new project structure and documentation overview.
2025-11-12 12:50:55 -05:00