Welcome to the madewithfresh Directory! πβ¨
We're excited to see your fresh projects in the madewithfresh Directory! Follow these guidelines to add your entry:
Fork this repository to your GitHub account by clicking the "Fork" button in the top right corner.
Clone the forked repository to your local machine:
git clone https://github.com/your-username/madewithfresh-directory.git
Change to the repository directory:
cd madewithfresh-directory
Open the directory.json
file and add your project details using the provided template.
{
"projects": [
{
"title": "Your Project Title",
"shortDescription": "Briefly describe your project.",
"longDescription": "Provide a more detailed description of your project, its features, and uniqueness.",
"url": "https://your-project-url.com/",
"tags": ["tag1", "tag2"]
}
]
}
Commit your changes with a meaningful message:
git add directory.md
git commit -m "Add [Your Project Name]"
Push the changes to your GitHub repository:
git push origin main
- Go to your forked repository on GitHub.
- Click on the "New Pull Request" button.
- Provide a meaningful title and description for your pull request.
- Submit the pull request.
We'll review your contribution and merge it if everything looks good! Thank you for being a part of the madewithfresh community! ππ