Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 495 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 495 Bytes

Stride 2024

https://stride24.ucsddesign.co/

Stride is a uniquely design-forward career fair aiming to connect aspiring designers with company representatives.

Getting Started

Install packages:

pnpm i

Run the development server:

pnpm dev

Learn More

Run these commands for linting and formating.

  • pnpm lint-check - check all lint errors or code style issues without modifying any files
  • pnpm lint-fix - fixes all auto-fixable lint errors and reformats code