puhrez.com

This repo contains the code for my personal site and the makefile for building said site.

Check it out here

frontend/

The front is good 'ol CSS and HTML

Building and deploying

To build (minify, gziped, etc) for local production testing:

$ make build

To pubish to AWS and github:

$ make public