Welcome to Polkadot's consumer-focused, week-long, in-person hackathon in Bangalore, India! 🎉
This repository is the official hub for all the amazing projects built during the hacker house. It also serves as a proof-of-work platform where hackers can document their daily progress and changelogs. Let’s make this event unforgettable!
Project Name | About | Readme |
---|---|---|
Example Project | An example guide for hackers to follow | Readme |
Follow these steps to add your project to the repository and keep it updated throughout the hackathon:
-
Fork the Repository
- Click the "Fork" button in the top-right corner to create your copy of this repository.
-
Clone the Repository
- Use the following command to clone your fork locally:
git clone https://github.com/<your-username>/what-the-hackathon.git cd what-the-hackathon
- Use the following command to clone your fork locally:
-
Create Your Project Directory
- Navigate to the
projects/
folder and create a new directory named after your project.
Example:projects/my-awesome-project
.
- Navigate to the
-
Use the Template
- Refer to the provided template.md file to structure your project’s documentation.
- Save your documentation as
README.md
inside your project folder.
-
Raise a Pull Request
- Commit and push your changes:
git add . git commit -m "Add <project-name>" git push origin main
- Open a pull request (PR) and tag @tusharojha for review and merging.
- Commit and push your changes:
-
Update the Index of Projects
- Once your PR is approved, update this file by adding your project details to the "Index of Projects" section.
Let’s innovate, collaborate, and create impactful consumer-focused dApps on Polkadot! 🚀