Finished sidebar

This commit is contained in:
2025-08-16 23:39:11 +02:00
parent 1921efc76a
commit c79d06f272
35 changed files with 1307 additions and 9 deletions

15
.github/copilot-instructions.md vendored Normal file
View 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.