diff --git a/README.md b/README.md index e8e900a..91bb924 100644 --- a/README.md +++ b/README.md @@ -1,68 +1,33 @@ -# Y24OpenSourceEngineering -Session Learning for Open Source Engineering +# 🌍 Y24OpenSourceEngineering +### Session Learning for Open Source Engineering -## 🎉 Welcome to Hacktoberfest 2025! - -This repository is participating in Hacktoberfest 2025! We welcome contributions from developers of all skill levels. - -## 🚀 About This Project - -This repository is dedicated to learning and practicing Open Source Engineering concepts. It's a perfect place for beginners to start their open source journey and for experienced developers to share their knowledge. - -## 🌟 How to Contribute +--- -1. **Fork the Repository** - - Click the Fork button in the top-right corner of this page - - This will create a copy of this repository in your account - -2. **Clone the Repository** - ```bash - git clone https://github.com/YOUR-USERNAME/Y24OpenSourceEngineering.git - cd Y24OpenSourceEngineering - ``` - -3. **Create a New Branch** - ```bash - git checkout -b your-branch-name - ``` - -4. **Make Your Changes** - - Add your contributions - - Follow our coding standards - - Test your changes +## 🎉 Welcome to Hacktoberfest 2025! -5. **Commit and Push** - ```bash - git add . - git commit -m "Add: Brief description of your changes" - git push origin your-branch-name - ``` +This repository proudly participates in **Hacktoberfest 2025!** +We welcome contributions from developers of **all skill levels** — whether you're a beginner exploring open source or an experienced contributor sharing knowledge. -6. **Create a Pull Request** - - Go to your forked repository - - Click on "Pull Request" - - Submit your changes for review +--- -## 📝 What Can You Contribute? +## 🚀 About This Project -- Add your introduction in the `Introductions` folder -- Share learning resources about Open Source -- Fix typos or improve documentation -- Add new features or improvements -- Report bugs or suggest enhancements +**Y24OpenSourceEngineering** is a collaborative learning space dedicated to understanding and practicing **Open Source Engineering** concepts. +It’s a great place to: +- Learn the open source workflow +- Practice contributing through Git and GitHub +- Collaborate with other developers -## 🌈 Code of Conduct +--- -- Be respectful and inclusive -- Follow project guidelines -- Help others learn and grow -- Give credit where it's due +## 🌟 How to Contribute -## ⭐ Getting Help +Follow these simple steps to make your first contribution: -If you have any questions or need help, feel free to: -- Open an issue -- Comment on existing issues -- Reach out to maintainers +### 1. Fork the Repository +- Click the **Fork** button (top-right corner) to create a copy in your account. -Happy Hacking! 🚀 +### 2. Clone the Repository +```bash +git clone https://github.com/YOUR-USERNAME/Y24OpenSourceEngineering.git +cd Y24OpenSourceEngineering diff --git a/selfhosted/Ujjwal.md b/selfhosted/Ujjwal.md new file mode 100644 index 0000000..4094818 --- /dev/null +++ b/selfhosted/Ujjwal.md @@ -0,0 +1,29 @@ +विवरण + +नेक्स्टक्लाउड एक स्वयं-होस्टेड फ़ाइल स्टोरेज और शेयरिंग प्लेटफ़ॉर्म है। + +इंस्टॉलेशन निर्देश + +Docker इंस्टॉल करें + +नीचे दिया गया कमांड चलाएँ: + +docker run -d -p 8080:80 nextcloud + + +ब्राउज़र में http://localhost:8080 + खोलें। + +वीडियो लिंक + +🎥 Google Drive वीडियो + +LinkedIn पोस्ट + +🔗 LinkedIn पोस्ट + +टीम सदस्य + +उज्ज्वल + +अभिरंजन \ No newline at end of file