More Premium Hugo Themes Premium Nextjs Themes

Portfolio

My personal website built with Next.js and Tailwind. Hosted at Vercel, design inspired by nevflynn.com

Portfolio

My personal website built with Next.js and Tailwind. Hosted at Vercel, design inspired by nevflynn.com

Author Avatar Theme by bymaul
Github Stars Github Stars: 128
Last Commit Last Commit: May 17, 2025 -
First Commit Created: Feb 6, 2025 -
default image

Overview:

This is a Next.js project that was initialized using create-next-app. It provides a development server for previewing the project locally and allows for easy editing of pages. The project utilizes next/font to optimize and load the Inter font. Additionally, it offers resources for learning Next.js and deploying the project on Vercel.

Features:

  • Next.js Project: Initialized using create-next-app
  • Development Server: Allows previewing the project locally
  • Page Editing: Easily modify pages by editing app/page.tsx
  • Font Optimization: Utilizes next/font for optimizing and loading the Inter font
  • Learning Resources: Provides links to Next.js documentation and tutorials
  • Deployment on Vercel: Offers guidance on deploying the project on Vercel

Installation:

To get started, follow these steps:

  1. Run the development server using the command:
    npm run dev
    
  2. Open http://localhost:3000 in your browser to view the project.
  3. Edit the pages by modifying the app/page.tsx file.
  4. To optimize and load the Inter font, ensure next/font is included in the project dependencies.

Summary:

This Next.js project provides a quick way to set up a development environment and preview the project locally. It offers easy editing of pages, font optimization using next/font, and access to resources for learning Next.js. Deployment guidance on Vercel is also provided for seamless deployment of the project.