Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.3 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.3 KB

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.