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.
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.
- 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.
We invite contributions from the community to enhance the Linux Club Website. If you wish to contribute, please follow our guidelines:
- Fork the repository and clone it to your local machine.
- Create a new branch for your changes:
git checkout -b feature/your-feature-name
. - Make your desired changes to the codebase.
- Test your changes to ensure functionality.
- Commit your changes:
git commit -m "Add your commit message here"
. - Push your changes to your forked repository:
git push origin feature/your-feature-name
. - Open a pull request, describing your changes and reasons for merging.
- Await feedback from maintainers and make necessary adjustments.
- Once approved, your changes will be merged into the main repository.
- Clone the repo:
git clone https://github.com/linux-club/linux-club-web.git
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Visit in your browser: http://localhost:3000
- Clone the repo:
git clone https://github.com/linux-club/linux-club-web.git
- Build the image:
docker build -t linux-club-web .
- Run the container:
docker run -p 3000:3000 linux-club-web
- Visit in your browser: http://localhost:3000
Experience the Linux Club Website: https://linuxclub.vercel.app
Join us in building an exceptional Linux community! 🚀
Thank you for being a part of the Linux Club journey. 🐧