First off, thanks for taking the time to contribute! π
We welcome pull requests, suggestions, and ideas to improve the website for betterfetch.
If you haven't already, fork and clone the repository:
git clone https://github.com/betterfetch/website.git
cd website
pnpm install
pnpm devClick the "Fork" button at the top right of the repo.
git checkout -b feature/your-feature-name- Follow the existing project structure and conventions
- Use Tailwind CSS and DaisyUI for styling
- Keep components modular and clean
- Preview your changes locally using
pnpm dev
git add .
git commit -m "feat: brief description of your change"git push origin feature/your-feature-nameThen go to GitHub and open a pull request against the main branch.
Before submitting your pull request, make sure:
- The code runs without errors
- Your feature or fix is clearly described
- The UI matches the design and theme
- Your code follows the existing formatting and stfructure
- You've tested the functionality in your browser
- We use Vite for fast development
- Styles are built with Tailwind CSS v4
- Routing is handled by React Router
Feel free to open an issue or start a discussion!
We love hearing your thoughts, suggestions, and feedback.
Thanks again for contributing π