An app for creating banner images for social media apps like Twitter and LinkedIn using GitHub contribution graphs.
This project allows users to generate banner images for social media platforms using GitHub contribution graphs. Users can customize the text displayed on the banner.
- Generate banner images from GitHub contribution graphs
- Customize text on the banner
- Download the generated banner image
- Share the banner on social media platforms
To get started with the project, clone the repository and install the dependencies:
git clone https://github.com/your-username/github-banner.git
cd github-banner
npm install
Once you've installed the dependencies, start the development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
Contributions are welcome! If you'd like to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature-branch
) - Make your changes
- Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin feature-branch
) - Open a pull request
Please make sure to update tests as appropriate.
This project is licensed under the MIT License. See the LICENSE file for details.