Skip to content

Commit 25168ab

Browse files
authored
Added extra clarity for the Getting Started section
1 parent ffe8e45 commit 25168ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributing/umbraco-cms/build.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ If the answer is yes, please read on. Otherwise, make sure to head on over [to t
1717

1818
To run umbraco, we first need to initialize the client git submodule:
1919

20-
* Execute `git submodule update --init` to get the files into Umbraco.Web.UI.Client project
20+
* Execute `git submodule update --init` to get the files into Umbraco.Web.UI.Client project.
21+
* This can be executed in the root folder of your cloned repository.
22+
* If you are going to run Umbraco for testing, execute `dotnet run` inside the \src\Umbraco.Web.UI folder.
2123
* 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:
2224
* **Rider**: Preferences -> Version Control -> Directory Mappings -> Click the '+' sign
2325
* 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.

0 commit comments

Comments
 (0)