Skip to content

Commit 5ace304

Browse files
authored
Merge pull request #4 from shinpr/fix/readme-consistency
docs: README修正 - 存在しない環境変数設定の記述を削除
2 parents a2a0d6f + 7e6d6e3 commit 5ace304

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)