You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +47,7 @@ The goal is not to "let AI code for you." The goal is to become a stronger opera
47
47
48
48
| If you are... | Start with | What you should do first |
49
49
|---|---|---|
50
-
|Skimming before starring |[Website](https://lling0000.github.io/Vibe_coding_guide/)| Open the 16-day Feynman checklist and read the first day |
50
+
|Trying the guide online before starring |[Interactive Tutorial Website](https://lling0000.github.io/Vibe_coding_guide/)| Open the website, start with Day 1, and follow the 16-day learning path|
51
51
| Reading in English |[vibe-coding-guide-en.md](./vibe-coding-guide-en.md)| Read chapters 1-5 before copying any workflow |
52
52
| Reading in Chinese |[README.md](./README.md)| Use the Chinese entry page, then jump into the full guide |
53
53
| Using Codex, Claude Code, Cursor, or Aider | Chapters 1-5 | Write one real spec and one project `AGENTS.md` / `CLAUDE.md`|
@@ -101,7 +101,7 @@ Vibe Coding works when this loop is explicit. Every phase should leave evidence
101
101
102
102
1. Read chapters 1-2 to understand the role shift from typing code to directing agent attention.
103
103
2. Skim chapter 3 and write a tiny `AGENTS.md` / `CLAUDE.md` for one repository.
104
-
3. Open the website checklist and write a three-minute explanation of the core loop.
104
+
3. Open the interactive tutorial website and write a three-minute explanation of the core loop.
105
105
106
106
**First real project**
107
107
@@ -156,7 +156,7 @@ Vibe Coding works when this loop is explicit. Every phase should leave evidence
156
156
157
157
```text
158
158
.
159
-
├── index.html # GitHub Pages checklist and reader entry
159
+
├── index.html # GitHub Pages tutorial website and reader entry
160
160
├── assets/ # Site styles, script, and visual asset
161
161
├── docs/
162
162
│ └── roadmap.md # Public roadmap and contribution priorities
@@ -175,7 +175,7 @@ Vibe Coding works when this loop is explicit. Every phase should leave evidence
175
175
176
176
## Project Status
177
177
178
-
This is a documentation-first repository. The full bilingual guides and PDFs are already included, and the GitHub Pages site provides a 16-day Feynman-style learning checklist with local browser progress.
178
+
This is a documentation-first repository. The full bilingual guides and PDFs are already included, and the GitHub Pages tutorial website lets readers study the guide directly in the browser with a 16-day Feynman-style learning path and local progress tracking.
179
179
180
180
There is currently no package manager setup because the site is plain static HTML/CSS/JavaScript. The CI added here only checks repository-facing documentation links; it does not build or publish a package.
0 commit comments