Hello. My team and I are currently developing a relatively large project of 40+ pages (the design is ready, we are starting with the development).
We have a plan to work on this project as 3 (3 people will transfer the design to the webflow). Therefore, we decided to create a “basics” using the ClientFirst framework (roughly speaking, all styles and basic elements such as buttons, inputs, grids, etc.) on the main file. And then make 2 copies of this file. In order for the 3 of us to work on the project in parallel.
The main issue that I see now and cannot understand how to solve is how we will be able to merge all these 3 projects into one main project in the future? I mean to transfer all the created sections from all the files to one main one without any problems with classes? Since we use CF when copying sections, the duplicate classes will be changed (for example from “padding-global” to “padding-global 2”). Yes, in theory, we can just manually fix these classes, and in general it won’t take much time since most of the sections will be components and will be copied. However, is there any way to make this merge faster?