File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,14 +6,20 @@ The ssl-refbox that will be introduced at RoboCup 2019
6
6
7
7
## Project setup
8
8
9
+ ### Requirements
10
+ You need to install Go and setup the GOPATH first.
11
+
9
12
### Development
10
13
Run the backend:
11
14
``` bash
12
- go build
13
- ./ssl-game-controller
15
+ cd cmd/ssl-game-controller
16
+ go install
17
+ cd ../..
18
+ ssl-game-controller
14
19
```
20
+ Or use the provided IntelliJ run configuration.
15
21
16
- Run the [ UI] ( ui/README.md )
22
+ Then, run the [ UI] ( ui/README.md ) .
17
23
18
24
### Production / Release
19
- Will be different, but yet to setup ;)
25
+ Will be different, but yet to be setup ;)
Original file line number Diff line number Diff line change 3
3
The UI part of ssl-refbox
4
4
5
5
## Project setup
6
+ Install ` npm ` , then install the project dependencies:
6
7
```
7
8
npm install
8
9
```
You can’t perform that action at this time.
0 commit comments