Skip to content

Commit

Permalink
feat: envのコピーを追記
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuma-Satake committed Jun 3, 2024
1 parent f8d1885 commit de6ad06
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ node -v
npm install
```

### ④ env の設定

以下のコマンドを実行し、作成された`.env`ファイルの中身を書き換えてください
(講習の中では`.env`ファイルの中身は配布します)

```env
cp .env.template .env
```

### ④ 開発用サーバーの起動

開発用サーバの起動(<a src="http://localhost:3000/">http://localhost:3000/</a> で画面が確認できる様になります)
Expand Down

0 comments on commit de6ad06

Please sign in to comment.