Skip to content

Latest commit

History

History
24 lines (15 loc) 路 561 Bytes

File metadata and controls

24 lines (15 loc) 路 561 Bytes

My personal website 馃憢

My personal website, built using Next.js with the App Router, and Tailwind CSS for a utility first approach to styling.

The site aims to house information about myself, my CV, and perhaps one day - a blog!


Installation

git clone https://github.com/theblindfrog/me && cd me
npm ci

Running locally

npm run dev

Deployment

Deployed on Vercel. Connect the GitHub repo and Vercel will auto-detect Next.js and deploy automatically.