Skip to content

Commit 206f0fe

Browse files
authored
Merge pull request #75 from Aviral09/patch-1
Added information about linebreak-error
2 parents 03d6959 + 2216c56 commit 206f0fe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Steps to start it locally
2020
2. At the root of the repository, run the following commands:
2121
1. `npm i`
2222
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
2424
`http://localhost:3000/DHGWorkflow`
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.
2526

2627
## Creating a generic Graph Builder.
2728

0 commit comments

Comments
 (0)