Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 489 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 489 Bytes

jeremy.ng

GitHub Actions badge

This is my personal website. It was built using Next.js, React, and TypeScript.

Installation

git clone https://github.com/jeremy-code/jeremy.ng
cd jeremy.ng
yarn

Usage

# Run the development server locally
yarn dev

# Lint and format code
yarn lint
yarn format

# Build
yarn build

License

MIT