This repository serves as a mono-repo for all Farcaster V2 frames for Celo.
-
Fork this repository
- Click the "Fork" button at the top right of this repository page to create a copy of the repository under your own GitHub account.
-
Clone your forked repository
- Open your terminal or command prompt.
- Run the following command to clone the repository to your local machine:
git clone https://github.com/your-username/celo-farcaster-frames.git
- Replace
your-usernamewith your GitHub username.
-
Add your code
- Navigate into the cloned repository:
cd celo-farcaster-frames - Add your Farcaster MiniApp code to the appropriate directory or create a new one if necessary.
- Navigate into the cloned repository:
-
Commit your changes
- Stage your changes:
git add . - Commit your changes with a descriptive message:
git commit -m "Add new Farcaster V2 frame for Celo"
- Stage your changes:
-
Push your changes to GitHub
- Push your changes to your forked repository:
git push origin main
- Push your changes to your forked repository:
-
Create a Pull Request
- Go to the original repository on GitHub.
- Click on the "Pull Requests" tab, then click "New Pull Request".
- Select "compare across forks" if necessary.
- Choose your forked repository and branch as the compare branch.
- Provide a clear and descriptive title and description for your pull request, explaining what changes you made and why.
-
Wait for review
- The repository maintainers will review your pull request. They may request changes or approve it.
By following these steps, you can easily share your Farcaster MiniApps with the Celo community. Thank you for your contributions!