TigerMan
07/06/2024, 1:14 PM_tommadden
07/06/2024, 4:04 PMTigerMan
07/26/2024, 6:56 PMAmbert
07/27/2024, 8:32 AMAmbert
07/27/2024, 8:33 AMAmbert
07/27/2024, 8:33 AMTo run umbraco, we first need to initialize the client git submodule:
Execute git submodule update --init to get the files into Umbraco.Web.UI.Client project
If you are going to work on the Backoffice, you can either go to the Umbraco.Web.UI.Client folder and check out a new branch or set it up in your IDE, which will allow you to commit to each repository simultaneously:
Rider: Preferences -> Version Control -> Directory Mappings -> Click the '+' sign
If you get a white page delete Umbraco.Cms.StaticAssets\wwwroot\umbraco folder and run npm ci && npm run build:for:cms inside Umbraco.Web.UI.Client folder to clear out any leftover files from older versions.
Chad
07/29/2024, 2:48 AMChad
07/29/2024, 2:48 AM_tommadden
07/29/2024, 7:36 AM