| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A curated collection of real-time DevOps and Cloud projects, ranging from beginner to advanced levels.
Built using Next.js and styled with Tailwind CSS, this project leverages modern web technologies to provide a fast, responsive, and interactive experience.
Ideal for developers looking to explore hands-on DevOps and Cloud concepts in a structured and practical manner.
📌 Live Site: projects.prodevopsguytech.com
📂 Source Code: GitHub Repository
Ensure you have the following installed before proceeding:
⚠️ Important: This project requires Node.js v18 or higher. If you're using an older version, you'll encounter compatibility issues with dependencies.
1️⃣ Clone the repository
git clone https://github.com/NotHarshhaa/DevOps-Projects.git
cd DevOps-Projects2️⃣ Install dependencies
# If you have nvm installed, use the project's Node.js version
nvm use
# Install dependencies
npm install💡 Tip: This project includes a .nvmrc file. If you have nvm installed, simply run nvm use to automatically switch to the correct Node.js version.
3️⃣ Start the development server
npm run dev4️⃣ Open in your browser
Visit http://localhost:3000 to view the project locally.
This project is deployed on Vercel for a seamless experience. To deploy it on your own environment:
Install the Vercel CLI:
npm install -g vercelDeploy the project:
vercelFor other deployment options, check Vercel Documentation.
This project was originally built using Next.js via the timlrx/tailwind-nextjs-starter-blog.
If you wish to reference the older codebase or reuse components (licensed under Apache 2.0), check the v2.3.0 release.
We welcome contributions to enhance this project! To contribute:
Fork the repository
Create a new branch:
git checkout -b feature-branchMake your changes and commit:
git commit -m "Added new feature"Push changes and open a pull request
For detailed guidelines, check the Contribution Guide (coming soon).
🚀 Built with ❤️ by NotHarshhaa
| Back | FazBrowse Home | New Git URL |