A modern educational platform built with Docusaurus to teach AI-assisted programming and development practices. This project aims to help developers learn how to effectively use AI tools and improve their development workflow.
- 📚 Comprehensive learning modules covering basics to advanced topics
- 🛠️ Practical guides for modern development tools (Cursor, v0, Vercel)
- 💻 Hands-on project examples and exercises
- 🌐 Bilingual support (English and Chinese)
- 🎨 Modern, responsive UI with dark mode support
- ⚡ Fast, optimized performance
- AI Communication and Prompt Engineering
- Markdown and Documentation Best Practices
- Development Tools and Workflows
- Project Planning and Implementation
- Deployment and Maintenance
- Node.js >=18.0
- Git
- GitHub account
- Clone the repository:
git clone https://github.com/ChanMeng666/ai-programming-teaching-project.git
- Install dependencies:
cd ai-programming-teaching-project
npm install
- Start the development server:
npm start
The site will be available at http://localhost:3000
npm run build
project-root/
├── docs/ # Documentation content
├── blog/ # Blog posts
├── src/
│ ├── components/ # React components
│ ├── css/ # Style files
│ └── pages/ # Static pages
├── static/ # Static assets
└── docusaurus.config.js # Main configuration
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: @ChanMeng666
- Website: chanmeng.live
Built with Docusaurus and deployed on Vercel
Chan Meng
- LinkedIn: chanmeng666
- GitHub: ChanMeng666