This project is built with React and CSS.
- Look through Pre-existing issues or Raise a new issue and ask to be assigned
- Fork the project
- Clone the project:
git clone https://github.com/<your-github-username>/ColorPaletteCombos
- Navigate to the project directory:
cd ColorPaletteCombos
- Set the upstream repository:
git remote add upstream https://github.com/AccessibleForAll/ColorPaletteCombos.git
- Install dependencies:
npm install
- Create a new branch:
git checkout -b <YourBranchName>
- To run the project locally:
npm start
- Make your changes
- Stage your changes:
git add <NameOfFileChanged>
- Commit your changes:
git commit -m "<Your commit message here>"
- Push your commits to your local repository
git push origin <YourBranchName>
- Create a pull request
- Wait for maintainers to review your pull request and suggest any changes
Congratulations! You made a contribution to the Accessible For All Community!
If at any time you need help with contributing, please reach out to the maintainers