Skip to content

Commit 3d35994

Browse files
committed
update readme.md
1 parent d40d0a9 commit 3d35994

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,32 @@ Your tasks are as follows with increasing levels of complexity
3232
2. FEATURE: Aggregate all opinion scale questions to get an overall happiness score and display this prominently (see designs).
3333

3434
3. FEAUTRE: Show all free text responses in a table. These should be grouped by their questions with collapsable headers (see designs).
35+
36+
37+
# How to use
38+
39+
>Please ensure that you run the `npm run prettier:check` and `npm run prettier` to write best code quality before push the code.
40+
41+
### Set up the project
42+
43+
`npm install`
44+
45+
### Running the project
46+
47+
`npm run start`
48+
49+
### Testing the project
50+
51+
`npm run test`
52+
53+
### Running ESLint
54+
55+
`npm run lint`
56+
57+
### Running code format check
58+
59+
`npm run prettier:check`
60+
61+
### Formating your code
62+
63+
`npm run prettier`

0 commit comments

Comments
 (0)