Skip to content

uoft-tmi/tmi-website-v2

Repository files navigation

Trustworthy Machine Intelligence — Website (2025–2026)

Minimal, clean Next.js app scaffold for the team to build on.

Quick start

npm install
npm run dev

Open http://localhost:3000.

Scripts

  • dev: Run the local dev server
  • build: Build for production
  • start: Start the production server
  • lint: Run ESLint

Structure

  • src/app/ — App Router entry (layout.tsx, page.tsx)
  • public/ — Static assets
  • globals.css — Global styles (Tailwind enabled)

Contributing

  • Keep changes small and focused
  • Avoid introducing new patterns or tech unless necessary
  • Consider dev/test/prod environments when making changes

Releases

No releases published

Packages

 
 
 

Contributors