There was an error while loading. Please reload this page.
1 parent 37e360b commit 6150804Copy full SHA for 6150804
1 file changed
README.md
@@ -62,13 +62,13 @@ Alternatively you can start all services with the following commands:
62
2. **API:** start the go api server at port `8080`.
63
64
```sh
65
- cd api && go run ./cmd/group-challenge/root.go
+ cd api && go mod tidy && go run main.go
66
```
67
68
3. **Frontend:** start the frontend at port `3000`.
69
70
71
- cd frontend && npm run dev
+ cd frontend && npm i && npm run dev
72
73
74
## Container
0 commit comments