Skip to content

Commit 6150804

Browse files
committed
Update Readme.md
1 parent 37e360b commit 6150804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Alternatively you can start all services with the following commands:
6262
2. **API:** start the go api server at port `8080`.
6363

6464
```sh
65-
cd api && go run ./cmd/group-challenge/root.go
65+
cd api && go mod tidy && go run main.go
6666
```
6767

6868
3. **Frontend:** start the frontend at port `3000`.
6969

7070
```sh
71-
cd frontend && npm run dev
71+
cd frontend && npm i && npm run dev
7272
```
7373

7474
## Container

0 commit comments

Comments
 (0)