├── .gitmodules └── README.md /.gitmodules: -------------------------------------------------------------------------------- 1 | [submodule "codeflex-app"] 2 | path = codeflex-app 3 | url = https://github.com/MuneerAhmed03/codeflex-app.git 4 | [submodule "codeflex-workers"] 5 | path = codeflex-workers 6 | url = https://github.com/MuneerAhmed03/codeflex-workers.git 7 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ## codeflex 2 | 3 | ![codeflex](https://github.com/user-attachments/assets/878d75f1-fa79-4283-891e-6c3101ee6393) 4 | --------------------------------------------------------------------------------