This project is developed using Next.js and was initialized with the create-next-app setup.
Run the development server using one of the following commands:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devAfter starting the server, open http://localhost:3000 in your browser to view the application.
The main application page can be edited by modifying:
app/page.tsxChanges are reflected automatically during development through hot reloading.
This project also uses next/font for optimized font loading and includes the Geist font family.
To explore more about Next.js and its features, check out the following resources:
- Next.js Documentation – official documentation and API reference
- Learn Next.js – interactive tutorial for beginners
- Next.js GitHub Repository – source code and community contributions
You can easily deploy this Next.js application using the Vercel Platform.
For more deployment details, refer to the official Next.js deployment documentation.