Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 384 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 384 Bytes

Patrick He

My personal website built with Next.js.

Local Installation

First, install the dependencies:

npm i
# or
pnpm i

Then, run development server:

npm run dev
# or
pnpm run dev

License

This project is licensed under the MIT License - see the LICENSE file for details.