Name | Student ID | |
---|---|---|
Nathan Grenier | 40250986 | [email protected] |
All environment variables go in the .env file. Vite will pickup on any variables prefixed with VITE_
. You can also declare them manually in the vite.config.ts
file (as well as default values).
Variable | Default |
---|---|
TANSTACK_DEVTOOLS | false |
This project uses TanStack Router for file based routing.
You can use both flat and directory routes in the same project. More info here.
The full routing docs can be found here: https://tanstack.com/router/latest/docs/framework/react/routing/routing-concepts
Shadcn recommend using Lucide Icons. The package is already installed, just import the icon you want to use.
Make sure to use npx shadcn@canary add {component}
to import the component you want.