Skip to content

Commit

Permalink
docs: ドキュメントを改善
Browse files Browse the repository at this point in the history
  • Loading branch information
KinjiKawaguchi committed Mar 23, 2024
1 parent 8a772e3 commit c68e5d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typing-app/docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ cd typing/typing-app
$ curl -fsSL https://bun.sh/install | bash
```

### プロジェクトの依存パッケージをインストール
### プロジェクトの依存パッケージをインストール(typing-app ディレクトリで実行)

```bash
$ bun install
Expand All @@ -24,7 +24,7 @@ $ bun install
## 3. API & DB の起動(typing-server ディレクトリで実行)

```bash
$ docker-compose --file docker-compose.dev.yml up
$ docker-compose --file docker-compose.dev.yml up --build
```

## 4. フロントエンドの起動(typing-app ディレクトリで実行)
Expand Down

0 comments on commit c68e5d5

Please sign in to comment.