Skip to content

linux-club-dev/linux-club-web

Repository files navigation

Linux Club

Linux Club Banner

Welcome to Linux Club 🐧

Greetings, Linux Enthusiasts! 🚀

Explore the digital haven of the Linux Club, your gateway to the world of open-source brilliance. This repository contains the source code for our website, where we foster knowledge sharing, collaboration, and a deep appreciation for Linux and open-source technologies.

About Us 🌐

At the Linux Club, we are a dynamic community dedicated to the promotion of Linux and open-source software. Whether you are a curious beginner or a seasoned expert, our doors are open for you to connect, learn, and contribute.

Engage with Our Activities and Events 🚀

  • Workshops: Dive into hands-on sessions covering distro installations, command-line proficiency, and package management.
  • Guest Talks: Gain insights from experts on specific Linux topics or projects.
  • Coding Challenges & Hackathons: Collaborate and showcase your skills.
  • Social Meetups: Casual gatherings to network and discuss all things Linux.

Contribute to the Linux Club 🤝

We invite contributions from the community to enhance the Linux Club Website. If you wish to contribute, please follow our guidelines:

  1. Fork the repository and clone it to your local machine.
  2. Create a new branch for your changes: git checkout -b feature/your-feature-name.
  3. Make your desired changes to the codebase.
  4. Test your changes to ensure functionality.
  5. Commit your changes: git commit -m "Add your commit message here".
  6. Push your changes to your forked repository: git push origin feature/your-feature-name.
  7. Open a pull request, describing your changes and reasons for merging.
  8. Await feedback from maintainers and make necessary adjustments.
  9. Once approved, your changes will be merged into the main repository.

Installation & Usage 💻

Local Development 🖥️

  1. Clone the repo: git clone https://github.com/linux-club/linux-club-web.git
  2. Install dependencies: npm install
  3. Start the development server: npm run dev
  4. Visit in your browser: http://localhost:3000

Docker 🐳

  1. Clone the repo: git clone https://github.com/linux-club/linux-club-web.git
  2. Build the image: docker build -t linux-club-web .
  3. Run the container: docker run -p 3000:3000 linux-club-web
  4. Visit in your browser: http://localhost:3000

Explore the Live Site 🌐

Experience the Linux Club Website: https://linuxclub.vercel.app

Join us in building an exceptional Linux community! 🚀

Connect with Us 🌐

  • Telegram
  • Twitter
  • Instagram
  • LinkedIn

Thank you for being a part of the Linux Club journey. 🐧