Thanks for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Make your changes and test them
- Commit:
git commit -m 'Add amazing feature' - Push:
git push origin feature/amazing-feature - Open a Pull Request
npm install
npm run dev- TypeScript with strict mode
- Tailwind CSS v4 for styling
- Follow the existing component patterns in
src/components/
Found a bug or have a feature request? Open an issue on GitHub.