This is a starter Next.js (App Router) + TypeScript + Tailwind project scaffold for the NF.CREW site. It includes:
- Basic app layout (header, footer)
- Home, About, Servers, Forum pages
- API route at /api/servers returning sample server data
- Tailwind configuration and PostCSS config
- Placeholder images (copied from uploaded assets if available)
How to run:
- unzip nfcrew-next.zip
- cd nfcrew-next
- npm install
- npm run dev
- Open http://localhost:3000
Notes:
- Replace /public/images/* with your higher-res artwork.
- Add authentication, database, and forum backend as needed.