Skip to content

Commit cf25cfd

Browse files
891562: Update README.md
1 parent 23ef86f commit cf25cfd

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,23 @@ gulp min:css
2929
gulp min:js
3030
```
3131

32+
### Build
33+
34+
To compile the source files, use the following command.
35+
36+
```
37+
dotnet build
38+
```
39+
3240
### Run
3341

34-
1. Clone this repository.
35-
2. Open the `.csproj` file in VS 2022.
36-
3. Click the green run button in the toolbar.
42+
Use the given command to run the sample.
43+
44+
```
45+
dotnet run
46+
```
47+
48+
Now, open the listening URL in the browser to check the application.
3749

3850
## Demo
3951

0 commit comments

Comments
 (0)