Developer portfolio site built with Next.js and TailwindCSS. View it here: http://spencerlepine.com
v3 Portfolio Site - Oct 2024-present
spencerlepine.com (vercel + Route53)
- Node.js:
>=v18
- Next.js:
v14
- TailwindCSS
- Node.js: Download and install from https://nodejs.org/en (includes npm)
$ git clone https://github.com/spencerlepine/portfolio.git
$ cd portfolio
$ npm install
$ npm dev
# view on http://localhost:3000
$ npm run build
$ npm run start
# view on http://localhost:3000
$ npm run build:with-blog
# populates the `public/blog` folder
$ npm run start
# view on http://localhost:3000
GNU General Public License v3.0 or later
See COPYING to see the full text.