Skip to content

Commit d616ef7

Browse files
authored
Update README.md
1 parent c99951d commit d616ef7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66
This project is a UVE .NET example/base project and is intended to be used as a template for web projects looking to render dotCMS content and pages using [.NET MVC](https://dotnet.microsoft.com/en-us/apps/aspnet/mvc) and [Razor templates](https://learn.microsoft.com/en-us/aspnet/core/razor-pages/). The example points to our demo site and is pulling the page, content, layout grid and other information from https://demo.dotcms.com
77

8+
## Development
9+
10+
To run the application locally:
11+
12+
```bash
13+
dotnet run
14+
```
15+
16+
The application will be available at `https://localhost:5001`.
17+
18+
19+
820

921
## Features
1022

@@ -132,17 +144,6 @@ Key features:
132144

133145
See `Views/Shared/_TagHelperExamples.cshtml` for more detailed examples.
134146

135-
## Development
136-
137-
To run the application locally:
138-
139-
```bash
140-
dotnet run
141-
```
142-
143-
The application will be available at `https://localhost:5001`.
144-
145-
146147

147148
## TODOs
148149
This is a WIP and there is still a lot to do for this example to be complete. These include:

0 commit comments

Comments
 (0)