Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.56 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.56 KB

RICKBOOTH.ME

My personal portfolio site built using NextJS.

Features

Reduced motion

Animations are disabled for the following if the reduce motion preference is set to reduce:

  • Nav blinking cursor
  • Nav link hover transition
  • Animated link underlines

Screenshots

Home page

Posts listing page

Post page with formatted markdown and code blocks

Running locally

Install dependencies:

yarn

Run the dev server:

yarn dev

Open http://localhost:3000 with your browser to see the result.