Skip to Content
Introduction

Nextjs-Portfolio-Blog-Research Template

Live Demo →
Check this on GitHub →

Quick Start

You can deploy this template on Vercel by clicking the button below.

Deploy with Vercel

Or you can follow the steps below to clone the repository and run it locally.

Preparation

Before getting started, ensure you have Node.js installed on your system. We recommend using pnpm as your package manager for optimal performance.

You can install Node.js from the official website  and follow the pnpm installation guide . Alternatively, you can use the following commands:

# Install Node.js using nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash \. "$HOME/.nvm/nvm.sh" nvm install 22 # Install pnpm curl -fsSL https://get.pnpm.io/install.sh | sh -

Install

Run the following command to clone the repository and install the dependencies:

git clone https://github.com/zhengzangw/nextjs-portfolio-blog-research cd nextjs-portfolio-blog-research pnpm install # or npm install or yarn install

Run the development server

Run the following command to start the development server:

pnpm dev # or npm run dev or yarn dev

Open http://localhost:3000  in your favorite browser to view your portfolio.

Customize the template to your needs by editing the src/data.tsx file. Add more posts to your blog by updating the src/content directory.

Last updated on