refactor(en): restructure en/documents to match zh structure

- Reorganize from 7 flat directories to 5 aggregated directories
- 00-fundamentals: core concepts, glue coding, methodology
- 01-getting-started: environment setup guides
- 02-methodology: tools, tutorials, development guides
- 03-practice: project examples (polymarket, telegram, fate-engine, etc.)
- 04-resources: templates, tools, external resources
- Remove duplicate files with underscore naming
- Add README.md for 00-fundamentals and 02-methodology
This commit is contained in:
tukuaiai
2025-12-19 02:02:06 +08:00
parent 9ac0dc85ed
commit f8868dbd61
64 changed files with 98 additions and 2320 deletions
@@ -0,0 +1,29 @@
# 🚀 Starting Vibe Coding from Scratch
> Absolutely no foundation? Follow the steps below in order to start your AI programming journey.
---
## Learning Path
| No. | Document | Description |
|:---:|:---|:---|
| 00 | [Philosophy](./00-Vibe%20Coding%20Philosophy.md) | Understand the core concepts of Vibe Coding |
| 01 | [Network Environment Configuration](./01-Network%20Environment%20Configuration.md) | Configure network to ensure access to GitHub, Google, etc. |
| 02 | [Development Environment Setup](./02-Development%20Environment%20Setup.md) | Copy prompts to AI, let AI guide you to install development tools |
| 03 | [IDE Configuration](./03-IDE%20Configuration.md) | Configure VS Code editor |
---
## How to use
1. Read each document in order
2. Prompts in the document can be directly copied to an AI chat box (ChatGPT, Claude, Gemini web version)
3. AI will guide you step by step to complete the configuration
4. Ask AI directly if you encounter problems
---
## After completion
After all configurations are complete, read the [Main Document](../../../../README.md) to understand the Vibe Coding workflow.