# Frontier Compute Initiative
FCI Africa is a modern institutional website for an independent African scientific and AI infrastructure initiative.
Tagline: “Accelerating African scientific breakthroughs through frontier AI infrastructure.”
## Stack
- Next.js App Router
- TypeScript
- Tailwind CSS
- Framer Motion
- Lucide icons
## Routes
- `/`
- `/about`
- `/grant-programs`
- `/research-tracks`
- `/fellows`
- `/apply`
- `/research-outputs`
- `/partners`
- `/faq`
- `/contact`
## Local Development
```bash
npm install
npm run dev
```
Open `
localhost`.
## Verification
```bash
npm run lint
npm run build
```