Overview
This is a Next.js project initialized with create-next-app. It offers an easy and efficient way to start a Next.js project while leveraging features like easy deployment with Vercel and automatic font optimization.
Features
- Create-next-app: Bootstraps the project with create-next-app.
- Cloudinary Integration: Easily configure environment variables from Cloudinary dashboard.
- Real-time Updates: Page auto-updates as you edit the file.
- Font Optimization: Uses next/font to optimize and load custom Google Font, Inter.
Installation
- Start the development server by running:
npm run dev
- Rename
env.local.example
to.env.local
and fill in the required environment variables from Cloudinary dashboard. - Open http://localhost:3000 in your browser to view the project.
- Modify the
app/page.tsx
file to start editing the page content.
Summary
This Next.js project offers a seamless setup process with create-next-app, integration with Cloudinary for environment variables, real-time updates for editing ease, and automatic font optimization using next/font. It provides an efficient way to kickstart a Next.js project with modern features and ease of deployment with Vercel.