File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 18
18
* [ <img src =" ../assets/folder-python.svg " style =" height : 30px ; display : inline ; transform : translateY (5px )" > python] ( #img-srcassetsfolder-pythonsvg-styleheight-30px-display-inline-transform-translatey5px-python )
19
19
* [ <img src =" ../assets/folder-sass.svg " style =" height : 30px ; display : inline ; transform : translateY (5px )" > style] ( #img-srcassetsfolder-sasssvg-styleheight-30px-display-inline-transform-translatey5px-style )
20
20
* [ <img src =" ../assets/folder-utils.svg " style =" height : 30px ; display : inline ; transform : translateY (5px )" > utils] ( #img-srcassetsfolder-utilssvg-styleheight-30px-display-inline-transform-translatey5px-utils )
21
+ * [ How to test ?] ( #how-to-test- )
21
22
22
23
<!-- vim-markdown-toc -->
23
24
@@ -73,3 +74,12 @@ In this directory there are files in `.scss` that are just stylesheets written i
73
74
74
75
### <img src =" ../assets/folder-utils.svg " style =" height : 30px ; display : inline ; transform : translateY (5px )" > utils
75
76
In this directory there are files in ` .tsx? ` that are useful functions that are going to be used in components.
77
+
78
+ ## How to test ?
79
+ Here is the list of commands that you can do on a Unix system to test the code on local:
80
+ ``` sh
81
+ git clone https://github.com/aderepas/WeekGolf
82
+ cd WeekGolf/Client
83
+ npm i
84
+ npm start
85
+ ` ` ` a
You can’t perform that action at this time.
0 commit comments