Files
hypixel-stats/.github/copilot-instructions.md
2025-08-17 13:19:14 +02:00

599 B

Project Guidelines

This project uses tailwind and shadcn make sure to use any component from shadcn and not create your own components unless necessary.

Project reqs

  • Make sure to use pnpm and pnpx any time you use npm commands.
  • pnpm dev to start the development server.
  • pnpm build to build the project.
  • pnpm lint to run the linter.
  • pnpm fmt to format the code.

Annoying things

  • Do not create random index files to export functions just export them from a filre directly.

Copilot Instructions

  • Make sure to reach out to context7 for the latest up to date documentation.