Skip to content

spencerlepine/portfolio

Repository files navigation

portfolio project status badge

Developer portfolio site built with Next.js and TailwindCSS. View it here: http://spencerlepine.com

Portfolio Site Screenshot GIF

v3 Portfolio Site - Oct 2024-present
spencerlepine.com (vercel + Route53)

🛠️ Built With

  • Node.js: >=v18
  • Next.js: v14
  • TailwindCSS

🎯 Lighthouse Score

Lighthouse Score

Local Development

Prerequisites

Clone the repo

$ git clone https://github.com/spencerlepine/portfolio.git
$ cd portfolio

Run Locally

$ npm install
$ npm dev
# view on http://localhost:3000

Production Build

$ npm run build
$ npm run start
# view on http://localhost:3000

Build With Blog

$ npm run build:with-blog
# populates the `public/blog` folder
$ npm run start
# view on http://localhost:3000

License

GNU General Public License v3.0 or later

See COPYING to see the full text.