Remove generated files for UpdateWorkforce and VaidateDayStaffApplication classes to streamline codebase and eliminate unused code.
This commit is contained in:
@@ -27,15 +27,21 @@ The project is organized into modular packages to ensure separation of concerns
|
||||
Ensure you have the Flutter SDK installed and configured.
|
||||
|
||||
### 2. Initial Setup
|
||||
Run the following command from the **project root** to install Melos, bootstrap all packages, and generate localization files:
|
||||
Run the following command from the **project root** to install Melos, bootstrap all packages, generate localization files, and generate the Firebase Data Connect SDK:
|
||||
|
||||
```bash
|
||||
# Using Makefile
|
||||
# Using Makefile (Recommended)
|
||||
make mobile-install
|
||||
# Using Melos
|
||||
melos bootstrap
|
||||
```
|
||||
|
||||
This command will:
|
||||
- Install Melos if not already installed
|
||||
- Generate the Firebase Data Connect SDK from schema files
|
||||
- Bootstrap all packages (install dependencies)
|
||||
- Generate localization files
|
||||
|
||||
**Note:** The Firebase Data Connect SDK files (`dataconnect_generated/`) are auto-generated and not committed to the repository. They will be regenerated automatically when you run `make mobile-install` or any mobile development commands.
|
||||
|
||||
### 3. Running the Apps
|
||||
You can run the applications using Melos scripts or through the `Makefile`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user