Skip to content

Commit b421e4f

Browse files
committed
How to test the code on local for the Client
1 parent 4a2982d commit b421e4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Client/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* [<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)
1919
* [<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)
2020
* [<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-)
2122

2223
<!-- vim-markdown-toc -->
2324

@@ -73,3 +74,12 @@ In this directory there are files in `.scss` that are just stylesheets written i
7374

7475
### <img src="../assets/folder-utils.svg" style="height: 30px; display: inline; transform: translateY(5px)"> utils
7576
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

0 commit comments

Comments
 (0)