mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-23 15:58:05 +00:00
docs: update en/ documents with latest zh/ translations
- Update 00-fundamentals: Language Layer Elements, Glue Coding, Common Pitfalls, The Way of Programming, General Project Architecture Template - Update 01-getting-started: all 4 guides - Update 04-resources: Tool Collection, External Resource Aggregation - Add fate-engine-dev practice examples - Update all README.md files Translated using Gemini CLI headless mode
This commit is contained in:
@@ -1,29 +1,17 @@
|
||||
# 🚀 Starting Vibe Coding from Scratch
|
||||
```markdown
|
||||
# 🚀 Getting Started Guide
|
||||
|
||||
> Absolutely no foundation? Follow the steps below in order to start your AI programming journey.
|
||||
> Learn Vibe Coding from scratch, configure your environment
|
||||
|
||||
---
|
||||
## 📚 Learning Path
|
||||
|
||||
## Learning Path
|
||||
1. [Vibe Coding Philosophical Principles](./00-Vibe%20Coding%20哲学原理.md) - Understanding Core Concepts
|
||||
2. [Network Environment Configuration](./01-网络环境配置.md) - Configuring Network Access
|
||||
3. [Development Environment Setup](./02-开发环境搭建.md) - Setting up the Development Environment
|
||||
4. [IDE Configuration](./03-IDE配置.md) - Configuring your Editor
|
||||
|
||||
| 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.
|
||||
## 🔗 Related Resources
|
||||
- [Basic Guide](../00-基础指南/) - Core Concepts and Methodology
|
||||
- [Methodology](../02-方法论/) - Tools and Experience
|
||||
- [Practice](../03-实战/) - Hands-on Projects
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user