claykaufmann / photo-portfolio

My photography portfolio site

Home Page:https://photo.claykaufmann.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Photography Portfolio Site

This is a NextJS project that houses my photography portfolio.

Technicals

All of the site is statically generated with NextJS. React handles all display of pages. Photos are fetched from an AWS S3 bucket, and the site as a whole is hosted on an AWS instance behind an nginx reverse proxy.

Running with Docker

To run with docker, use the following commands:
Build: docker build . -t photo-site
Run: docker run -p 3000:3000 photo-site

About

My photography portfolio site

https://photo.claykaufmann.com


Languages

Language:TypeScript 76.8%Language:SCSS 12.7%Language:JavaScript 5.4%Language:Dockerfile 4.9%Language:Shell 0.2%