Skip to content

jeremy-code/jeremy.ng

Repository files navigation

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