From 9e08018b2853c1f7e0147d6893c8eb04bf467438 Mon Sep 17 00:00:00 2001 From: Priyanshu Maurya Date: Fri, 23 Jun 2023 10:44:19 +0000 Subject: [PATCH 1/3] Added gitpod support --- README.md | 16 +++++++++++----- gitpod.yml | 16 ++++++++++++++++ 2 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 gitpod.yml diff --git a/README.md b/README.md index 187a138..afd05b7 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# AI Fusion - Your One-Stop Destination for All AI Resources! - -Welcome👋 - -AI Fusion is your ultimate destination for streamlined access to a curated collection of powerful AI tools and prompts. With direct links to a variety of resources, our website eliminates the hassle and empowers you to effortlessly enhance your productivity. +# AI Fusion - Your One-Stop Destination for Inclusive AI Resources! ![banner](./github-assets/banner.jpeg) +# Welcome👋 + > Here is the preview of the website https://aifusion.vercel.app ## 💻 Tech Stack @@ -25,6 +23,14 @@ Contributions are welcome! If you have any ideas, suggestions, or bug fixes, ple - Go through the [CONTRIBUTING.md](/CONTRIBUTING.md) file, where all the guidelines have been mentioned that will guide you to make your contribution. - Do check out the [project issue tracker](https://github.com/PriyansuMaurya/AI-Fusion/issues) section. +## Contribute Easily with Gitpod 🚀 + +Simply click the button below, and Gitpod will take care of everything, ensuring that all the necessary dependencies are installed, the project is running, and you are ready to contribute. + +[![Gitpod Ready-to-Code](https://gitpod.io/button/open-in-gitpod.svg)](https://github.com/PriyansuMaurya/AI-Fusion) + +Enjoy the simplicity and ease of contributing with Gitpod! + ## 🫂 Contributors Thank you for your interest in contributing to our project! We appreciate any contributions, whether it's bug fixes, new features, or documentation improvements. diff --git a/gitpod.yml b/gitpod.yml new file mode 100644 index 0000000..226674d --- /dev/null +++ b/gitpod.yml @@ -0,0 +1,16 @@ +tasks: + - init: npm install && npm run build + command: npm run dev + +github: + prebuilds: + addBadge: true + addComment: false + addCheck: true + master: true + branches: true + pullRequestsFromForks: true + +ports: + - port: 3000 + onOpen: open-preview \ No newline at end of file From fcf0e1bb2e8e74cf6291715c29e924bf29f49e1b Mon Sep 17 00:00:00 2001 From: Priyanshu Maurya Date: Fri, 23 Jun 2023 11:18:00 +0000 Subject: [PATCH 2/3] Update README.md --- README.md | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index afd05b7..bf9ae5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ +
+ # AI Fusion - Your One-Stop Destination for Inclusive AI Resources! +
+ ![banner](./github-assets/banner.jpeg) # Welcome👋 @@ -12,17 +16,45 @@ - [TypeScript](https://www.typescriptlang.org/) - TypeScript is an open-source language which builds on JavaScript, one of the world’s most used tools, by adding static type definitions. - [Tailwind CSS](https://tailwindcss.com) - Tailwind CSS is an open-source CSS framework. -## 🚀 Quick start -Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please open an [issue](https://github.com/PriyansuMaurya/AI-Fusion/issues) or submit a pull request. Make sure to follow the project's code of conduct. +# 🚀 Getting Started! +## How To SetUp +- Fork The Repo +``` +just click on the green fork button on the top +``` +- Clone your forked repo +``` +$ git clone +``` +- Go to directory +``` +$ cd AI-Fusion +``` +- Install Dependencies +``` +$ npm install +``` +- Start LocalHost Server +``` +$ npm run dev +``` + +## 🤝 How To Contribute! + +Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please open an [issue](https://github.com/PriyansuMaurya/AI-Fusion/issues) or submit a pull request. We greatly appreciate any work contributed, no matter how big or small it is!. Make sure to follow the project's code of conduct. + +### Issues & Pull Requests +When you are ready to start work on an issue: +- Let us know by leaving a comment on the issue (or you can also raise a new issue if you want to work on something completely new in the project) +- Once you are assigned the issue (or once you have claimed the issue) only then proceed to make the Pull Request. This will help avoid multiple PRs pertaining to the same issue. +- Go through the [CONTRIBUTING.md](/CONTRIBUTING.md) file, where all the guidelines have been mentioned that will guide you to make your contribution. +- Do check out the [project issue tracker](https://github.com/PriyansuMaurya/AI-Fusion/issues) section. > **Note**: If you are new to open source contributions, you can refer to [this](https://opensource.guide/how-to-contribute/) guide by GitHub. > **Warning**: Please do not spam the repository with unnecessary PRs. Make sure to follow the project's [code of conduct](/CODE_OF_CONDUCT.md). -- Go through the [CONTRIBUTING.md](/CONTRIBUTING.md) file, where all the guidelines have been mentioned that will guide you to make your contribution. -- Do check out the [project issue tracker](https://github.com/PriyansuMaurya/AI-Fusion/issues) section. - ## Contribute Easily with Gitpod 🚀 Simply click the button below, and Gitpod will take care of everything, ensuring that all the necessary dependencies are installed, the project is running, and you are ready to contribute. @@ -50,3 +82,5 @@ Thank you for your interest in contributing to our project! We appreciate any co ## ©️ License Our project is licensed under the [MIT license](./LICENSE). By contributing, you agree that your contributions will be licensed under its MIT license. + +

(Back to top)

From fd57a051ea8d92f2f0cca08798c5c0fb8c1b7257 Mon Sep 17 00:00:00 2001 From: Priyanshu Maurya Date: Fri, 23 Jun 2023 16:52:21 +0530 Subject: [PATCH 3/3] fixed gitpod link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf9ae5c..47afb96 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ When you are ready to start work on an issue: Simply click the button below, and Gitpod will take care of everything, ensuring that all the necessary dependencies are installed, the project is running, and you are ready to contribute. -[![Gitpod Ready-to-Code](https://gitpod.io/button/open-in-gitpod.svg)](https://github.com/PriyansuMaurya/AI-Fusion) +[![Gitpod Ready-to-Code](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/new/#https://github.com/PriyansuMaurya/AI-Fusion.git) Enjoy the simplicity and ease of contributing with Gitpod!