This application is built with Next.js, initialized using create-next-app.
To launch the development server, use one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm devOpen your browser and visit http://localhost:3000 to view the running application.
To customize the main page, edit the file located at pages/index.js. Any changes you make will automatically refresh in real-time.
For API functionality, check out the API routes documentation. The API routes are available at http://localhost:3000/api/hello, and you can modify the code for this endpoint in pages/api/hello.js.
The pages/api folder maps directly to /api/*, transforming the contained files into API routes rather than standard React components.
This project leverages next/font for font optimization, seamlessly integrating and loading the Inter font from Google for a more refined user experience.
For more information about Next.js, explore these resources:
- Next.js Documentation - Discover Next.js features, guides, and API details.
- Learn Next.js - Interactive tutorials to deepen your understanding of Next.js.
Explore the Next.js GitHub repository - to provide feedback or contribute to the project.
Deploy your Next.js application effortlessly with the Vercel Platform developed by the creators of Next.js.
Refer to the Next.js deployment documentation for comprehensive deployment instructions.