Skip to content

Commit b57e49d

Browse files
891562: The README.md file was corrected
1 parent 3f7a67a commit b57e49d

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

README.md

Lines changed: 11 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
Story Estimator is an agile based tool to effectively estimate stories using planning poker technique. Planning Poker is a consensus based technique used for estimating and planning. Agile teams around the world use this kind of tool to estimate their product backlogs and how long a certain amount of work will take to complete.
44

5-
## Prerequisites
5+
## Deployment
66

7-
To run the sample, .NET Core SDK must be installed. Follow this link to download: https://www.microsoft.com/net/download/windows
7+
### Requirements to run the demo
88

9-
## Deployment
9+
The samples requires the below requirements to run.
1010

11-
To run the sample using command prompt do the following.
11+
* [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
12+
* [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0)
1213

1314
### Install
1415

@@ -28,24 +29,14 @@ gulp min:css
2829
gulp min:js
2930
```
3031

31-
### Build
32-
33-
To compile the source files, use the following command.
34-
35-
```
36-
dotnet build
37-
```
38-
3932
### Run
4033

41-
Use the given command to run the sample.
42-
43-
```
44-
dotnet run
45-
```
46-
47-
Now, open the listening URL in the browser to check the application.
34+
* Clone this repository.
35+
* Open the command prompt from Application root directory.
36+
* Run the demo using `dotnet run` command.
4837

4938
## Demo
5039

51-
#### <a href="https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/" target="_blank">https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/</a>
40+
#### <a href="https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/" target="_blank">https://aspdotnetcore.syncfusion.com/showcase/aspnetcore/story-estimator/</a>
41+
42+
Check all the showcase samples from <a href="https://ej2.syncfusion.com/home/aspnetcore.html" target="_blank">here</a>.

0 commit comments

Comments
 (0)