Skip to content

Commit

Permalink
📝 docs: Node.jsとYarnのバージョンを明記する
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Dec 2, 2023
1 parent f0c5b86 commit 5b14689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 環境構築

開発環境にはNode.js v18.17.0とYarn v4.0.2を使用する。

```bash
# リポジトリのクローン
$ git clone https://github.com/uyupun/official.git
Expand Down
3 changes: 2 additions & 1 deletion docs/tech.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

## 開発環境

- [Node.js](https://nodejs.org)
- [Yarn](https://yarnpkg.com)
- [Next.js](https://nextjs.org)
- [TypeScript](https://www.typescriptlang.org)
- [Yarn](https://yarnpkg.com)

## リンター・フォーマッタ

Expand Down

0 comments on commit 5b14689

Please sign in to comment.