Welcome to the premium VRE website revamp. This project has been migrated to Vite for blazing fast performance and uses a modern Formula Student aesthetic.
- Framework: React 18 + Vite
- 3D Engine: Three.js (@react-three/fiber & @react-three/drei)
- Animations: GSAP + ScrollTrigger
- Styling: Tailwind CSS
- Icons: Lucide React
- Install dependencies:
npm install
- Run development server:
npm run dev
- Build for production:
npm run build
- Technical Specs: Edit
src/data/specs.js - Competition History: Edit
src/data/achievements.js - Engineering Subsystems: Edit
src/data/subsystems.js - Team Members: Edit
src/data/team.js - Sponsors: Edit
src/data/sponsors.js - Colors & Fonts: Modify
tailwind.config.jsandsrc/index.css
The 3D car is currently a placeholder box. To replace it:
- Place your
car.glbfile in the/public/directory. - Update
src/components/CarViewer.jsxto load the model instead of theCarPlaceholdercomponent.const { scene } = useGLTF('/car.glb') return <primitive object={scene} />
- Aesthetic: Dark, cinematic, high-performance.
- Color Palette:
- Background: #0A0A0A
- Accent: #E63946 (VRE Red)
- Text: #FFFFFF / #888888
- Typography:
- Headings: Orbitron
- Body: IBM Plex Sans
- Data: IBM Plex Mono