You can run & contribute to this project by following the steps below:
git clone https://github.com/USERNAME/AI-Fusion
cd AI-Fusion
npm ci
npm run dev
git checkout -b <your_branch_name>
git add --all
git commit -m "<your_commit_message>"
Note: Add a proper commit message that describes the changes you have made. Follow this guide to write good commit messages.
git remote add upstream https://github.com/PriyansuMaurya/AI-Fusion
git push -u origin <your_branch_name>
Note: Add a proper title and description to your pull request that describes the changes you have made. Wait for the maintainer to review your pull request.
Follow above guide to fork, clone, run in local machine after that follow below steps to add new data.
there are three
json
file according to their category. Add new data in respective file.
{
"title": "Name of the product",
"description": "Description of the product",
"url": "URL of the product",
"tags": [ "tag1", "tag2" ]
},