Skip to content

Latest commit

Β 

History

History
68 lines (47 loc) Β· 1.97 KB

File metadata and controls

68 lines (47 loc) Β· 1.97 KB

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