Skip to content

Commit a2c5d8f

Browse files
committed
Read me content updated.
1 parent 0568e14 commit a2c5d8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Overview
22

3-
Story Estimator is an agile based effective tool for estimating the stories by using Planning Poker techniques. Planning Poker is an agile estimating and planning technique that is consensus based. Agile teams around the world using this kind of tools to estimate their product backlogs that how long a certain amount of work will take to complete.
3+
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

55
## Prerequisites
66

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

99
## Deployment
1010

11-
Follow the below steps to run the application using command prompt.
11+
To run the sample using command prompt do the following.
1212

1313
### Install
1414

15-
To install all dependent packages, use the below command
15+
To install all dependent packages, use the following command.
1616

1717
```
1818
npm install
1919
```
2020

21-
Run the following gulp commands one by one for css, js minification.
21+
Run the following gulp commands one by one for CSS and JS minification.
2222

2323
```
2424
gulp css-clean
@@ -30,21 +30,21 @@ gulp min:js
3030

3131
### Build
3232

33-
To compile the source files, use the below command
33+
To compile the source files, use the following command.
3434

3535
```
3636
dotnet build
3737
```
3838

3939
### Run
4040

41-
To run the sample, use the below command
41+
Use the given command to run the sample.
4242

4343
```
4444
dotnet run
4545
```
4646

47-
Now open the listening URL in browser to check the application.
47+
Now, open the listening URL in the browser to check the application.
4848

4949
## Demo
5050

0 commit comments

Comments
 (0)