File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,32 @@ Your tasks are as follows with increasing levels of complexity
32
32
2 . FEATURE: Aggregate all opinion scale questions to get an overall happiness score and display this prominently (see designs).
33
33
34
34
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 `
You can’t perform that action at this time.
0 commit comments