You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Steps to start it locally
20
20
2. At the root of the repository, run the following commands:
21
21
1.`npm i`
22
22
2.`npm start`
23
-
3. It should a development server and tool will be accessible at
23
+
3. It should start a development server and tool will be accessible at
24
24
`http://localhost:3000/DHGWorkflow`
25
25
4. Note - In case, you're using Windows and see the linebreak-error please modify line 53 in `.eslintrc.json` file to `"linebreak-style": ["error", "windows"]`. Make sure you do not commit this change to prevent default environment.
0 commit comments