From 32bcb1192ecc8d14adca981ebeb76d98be15e8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=BF=E3=81=A6=E3=82=8B=E3=81=9E?= Date: Sat, 5 Jul 2025 02:53:45 +0900 Subject: [PATCH] --- %E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89%E6%89%8B%E9%A0%86.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89%E6%89%8B%E9%A0%86.md b/%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89%E6%89%8B%E9%A0%86.md index bab8206..89d3871 100644 --- a/%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89%E6%89%8B%E9%A0%86.md +++ b/%E7%92%B0%E5%A2%83%E6%A7%8B%E7%AF%89%E6%89%8B%E9%A0%86.md @@ -1,6 +1,12 @@ # 環境構築手順 ## バックエンド ### Rails +```bash +bundle install +``` ### Gollum ## フロントエンド -### TypeScript + React + Vite \ No newline at end of file +### TypeScript + React + Vite +```bash +npm install --legacy-peer-deps +``` \ No newline at end of file