Skip to content

Commit 7e6d6e3

Browse files
shinprclaude
andcommitted
docs: README修正 - 存在しない環境変数設定の記述を削除
プロジェクトに存在しない.env.exampleファイルとsrc/config/environment.tsの 参照を削除し、READMEと実際のプロジェクト構成の整合性を改善。 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent a2a0d6f commit 7e6d6e3

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -85,23 +85,6 @@ git commit -m "feat: initial commit from AI Coding Project Boilerplate"
8585
# [ターゲットユーザーの職種をここに記載] → 実際のターゲット
8686
```
8787

88-
3. **環境変数の設定**
89-
```bash
90-
cp .env.example .env
91-
# プロジェクトに必要な環境変数を追加・設定
92-
```
93-
94-
4. **環境変数と型定義の設定**
95-
```typescript
96-
// プロジェクトで環境変数の型定義を作成
97-
// 例: src/config/environment.ts
98-
export interface EnvironmentVariables {
99-
NODE_ENV: 'development' | 'production' | 'test'
100-
// プロジェクト固有の環境変数を追加
101-
DATABASE_URL?: string
102-
API_KEY?: string
103-
}
104-
```
10588

10689
### 3. GitHubリポジトリの設定
10790

0 commit comments

Comments
 (0)