This repository is a starter fullstack portfolio/blog inspired by modern educator sites. It's built with Next.js (App Router), TypeScript, and Tailwind CSS and uses mock data and API routes.
Quick start
- Install dependencies
cd /Users/rakeshcheekatimala/Desktop/Learnings/ai-website
npm install- Run development server
npm run dev- Build for production
npm run build
npm startDeploy
- Deploy to Vercel by connecting the repository. Next.js App Router is supported out-of-the-box.
What's included
- App router pages:
/,/about,/blog,/projects, dynamic routes for posts/projects - API route:
/api/postsserving mock JSON - Tailwind CSS for a modern design
Notes
- This project uses mock data in
lib/mock-data.ts. Swap to a real CMS/DB by replacing functions there. - Tailwind version pinned in
package.json; runnpx tailwindcss init -pto re-generate if needed.