Thanks for your interest in contributing! Here's how to get started.
git clone https://github.com/gmowses/box-shadow-generator.git
cd box-shadow-generator
npm install
npm run dev- Stack: React 19 + TypeScript + Tailwind CSS v4 + Vite
- i18n: All user-facing text must support EN and PT-BR
- Dark mode: All UI must work in both dark and light mode
- Client-side only: No server calls, no analytics, no cookies
- Accessibility: Use semantic HTML and ARIA attributes where needed
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Make your changes
- Ensure
npm run buildpasses - Commit with a clear message
- Open a Pull Request
Use the bug report template to report issues.
By contributing, you agree that your contributions will be licensed under the MIT License.