🌟 The official website of TuringClub
TuringClub is a programming society dedicated to fostering technological excellence and innovation. We provide comprehensive learning opportunities including Java programming courses, game development workshops, and 3D rendering tutorials. Our mission is to create a collaborative environment where students can develop programming skills, pursue technical certifications, and build meaningful projects together.
GitHub Pages: https://turingclub.pages.dev
git clone https://github.com/merlette/turing.git
cd turingnpm installnpm run devsrc/
├── content/docs/ # Documentation content
│ ├── guides/ # Programming guides
│ │ └── programming/ # Java and fundamentals
│ └── index.mdx # Homepage
├── assets/ # Images and static assets
└── content.config.ts # Content configuration
We welcome everyone to contribute to programming guide!
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-guide) - Add your content or improvements
- Commit your changes (
git commit -m 'docs: add new programming guide') - Push to the branch (
git push origin feature/new-guide) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.