Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.16 KB

File metadata and controls

27 lines (20 loc) · 1.16 KB

Bristol Formula Student AI Website

Deploy

This is the official website for the Bristol Formula Student AI (FSAI) team, built with Next.js, TypeScript, and TailwindCSS. The site showcases our team, projects, events, and blog posts.

Project Structure

  • _posts/ → Blog/news posts (Markdown).
  • _events/ → Upcoming & past events.
  • _teams/ → Academic year team rosters and roles.
  • _subteams/ → Sub-team descriptions (e.g. Perception, Planning).
  • lib/ → API helpers for loading content (posts, events, teams, subteams).
  • interfaces/ → TypeScript interfaces for strongly-typed content.
  • app/ → Next.js App Router pages and components.
  • public/ → Static assets like images, sponsor logos, and icons.

Getting Started

  1. Clone the repository
  2. Install dependencies: npm install
  3. Run locally: npm run dev
  4. Build for production: npm run build