Skip to content

Commit b4fca83

Browse files
authored
Merge pull request #290 from myoshi2891/dev-from-macmini
Add Memoize II interactive visualization and fix layout/styling
2 parents a6568b5 + 28a2769 commit b4fca83

7 files changed

Lines changed: 5289 additions & 7 deletions

File tree

INDEX_MAINTENANCE.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,20 @@ This will populate the `public/` directory with the latest file structure and `i
3434

3535
## Automatic Update (Git Hook)
3636

37-
You can set up a Git **pre-commit hook** to automatically update the index every time you commit. This ensures `index.html` is always in sync with your changes.
37+
Git **pre-commit hook** を設定すると、コミットのたびにインデックスが自動更新されます。
3838

39-
### Setup Instructions
39+
### 自動セットアップ(推奨)
40+
41+
```bash
42+
make setup # venv + フック + 依存関係を一括セットアップ
43+
make hooks # フックのみインストール
44+
```
45+
46+
`make hooks` は冪等(既にフックが存在する場合はスキップ)です。
47+
48+
### 手動セットアップ
49+
50+
自動セットアップが使えない場合は以下を実行:
4051

4152
1. Make the wrapper script executable:
4253

0 commit comments

Comments
 (0)