Yes, it's exactly what you think! I finally created a website to track all the pizza spots I've been to! π
I also used it as a perfect opportunity to learn more about using AI dev tools. Hence, this website has been built mostly using aider + Claude 3.5 Sonnet/Haiku, with additional changes made with GitHub Copilot running gpt-4o.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.