A modern web application for generating app icons of various sizes. Built with React and Vite, and uses the Fabric.js library for image manipulation.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the repository
- Clone the repository to your local machine
git clone https://github.com/<your-username>/app-icon-generator-website.git
Replace with your GitHub username.
- Change directory to the project directory
cd app-icon-generator-website
- Install necessary dependencies
npm install
- Make sure you have Vite installed globally
npm install -g create-vite
- To start the development server, run
npm run dev
- Create your Feature Branch
git switch -c feature
(Replace the feature placeholder with your new feature) - Make your changes in code
- Add your changes
git add name-of-the-changed-file
- Commit your Changes
git commit -m 'Add new feature'
- Push to the Branch
git push origin feature
- Open a Pull Request
For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
Also, please read our Contributing Guidelines for more information.
If you have any questions about the repo, open an issue or contact me directly at [email protected].
This project is licensed under the MIT license.