599 B
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 devto start the development server.pnpm buildto build the project.pnpm lintto run the linter.pnpm fmtto 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.