This is my personal website. It was built using Next.js, React, and TypeScript.
git clone https://github.com/jeremy-code/jeremy.ng
cd jeremy.ng
yarn
# Run the development server locally
yarn dev
# Lint and format code
yarn lint
yarn format
# Build
yarn build