Skip to content

merlette/turing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Turing Club Official Website 🔧

🌟 The official website of TuringClub

🎯 About

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.

🚀 Live Website

GitHub Pages: https://turingclub.pages.dev

🛠️ Tech Stack

🚀 Quick Start

1. Clone the project

git clone https://github.com/merlette/turing.git
cd turing

2. Install dependencies

npm install

3. Start development server

npm run dev

📁 Project Structure

src/
├── content/docs/         # Documentation content
│   ├── guides/           # Programming guides
│   │   └── programming/  # Java and fundamentals
│   └── index.mdx         # Homepage
├── assets/               # Images and static assets
└── content.config.ts     # Content configuration

🤝 Contributing

We welcome everyone to contribute to programming guide!

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/new-guide)
  3. Add your content or improvements
  4. Commit your changes (git commit -m 'docs: add new programming guide')
  5. Push to the branch (git push origin feature/new-guide)
  6. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

🙏 Acknowledgments

  • Astro - The fantastic static site generator
  • Starlight - The excellent documentation framework

About

Turing Club Official Website

Topics

Resources

License

Stars

Watchers

Forks