Skip to content

tfkhdyt/web-portfolio-v3

Repository files navigation

Portfolio Website V3

Preview

Third revision of my portfolio website.

Build With

Getting Started

Prerequisites

  • Node.js
  • Any Node.js package manager (npm, yarn, pnpm)

Installation

git clone https://github.com/tfkhdyt/web-portfolio-v3
cd web-portfolio-v3
pnpm install
# npm install
# yarn install

For message form support, create empty .env file and put your Message Form API URL.

NEXT_PUBLIC_MESSAGE_FORM_API='Your API URL'

More info about Message Form API

Usage

# development
pnpm dev

# production
pnpm build
pnpm start

Open http://localhost:3000 with your browser to see the result.