15 lines
599 B
Markdown
15 lines
599 B
Markdown
# 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. |