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.
_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.
- Clone the repository
- Install dependencies:
npm install - Run locally:
npm run dev - Build for production:
npm run build