Finished sidebar
This commit is contained in:
15
.github/copilot-instructions.md
vendored
Normal file
15
.github/copilot-instructions.md
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user