Skip to content

Repo containing the project for Concordia's User Interface Design (SOEN-357) course.

Notifications You must be signed in to change notification settings

NathanGrenier/SOEN-357

Repository files navigation

About

Github Pages Deployment

Team Members

Name Student ID Email
Nathan Grenier 40250986 [email protected]

Contributing

Environment Variables

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

Routing

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

Icon Library

Shadcn recommend using Lucide Icons. The package is already installed, just import the icon you want to use.

Importing Shadcn Components

Make sure to use npx shadcn@canary add {component} to import the component you want.

About

Repo containing the project for Concordia's User Interface Design (SOEN-357) course.

Resources

Stars

Watchers

Forks

Releases

No releases published