A modern educational platform that teaches AI-assisted programming through comprehensive tutorials, hands-on projects, and best practices. Built with Docusaurus and designed to help developers effectively use AI tools to enhance their development workflow.
2024-12-14.14-59-17.mp4
- Step-by-step tutorials from basics to advanced topics
- Hands-on exercises and real-world projects
- Best practices for AI-assisted development
- Integration guides for Cursor, v0, and Vercel
- Workflow optimization techniques
- Project planning and implementation strategies
- Bilingual support (English & Chinese)
- Modern, responsive UI with dark mode
- Rich multimedia content and examples
- AI Communication & Prompt Engineering
- Markdown & Documentation Best Practices
- Development Tools & Workflows
- Project Planning & Implementation
- Deployment & 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. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
This project is licensed under the Apache-2.0 license - see the LICENSE file for details.
Chan Meng
- Website: chanmeng.live
- GitHub: @ChanMeng666
- LinkedIn: chanmeng666
Built with Docusaurus and deployed on Vercel