Skip to content

Commit

Permalink
Add how to start iris
Browse files Browse the repository at this point in the history
  • Loading branch information
jimin9038 authored May 29, 2024
1 parent bbb3855 commit 3b6349e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev/intro/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ Dev Containers 확장을 선택하고 'Install' 버튼을 눌러 설치합니다
cd apps/backend
pnpm start:dev
```
Judge Server인 iris 실행을 위해서는 터미널을 열어 다음 명령어를 입력해주세요.

```sh
cd apps/infra
sudo -E go run .
```

## Remote Development

Expand Down

0 comments on commit 3b6349e

Please sign in to comment.