/r15cookieblog

My Main Blog (Mirror from Gitlab)

Primary LanguageCSSMIT LicenseMIT

Steve Miller's Personal Blog

Netlify Status

Local Env Work

Make sure to run

git submodule update --init --recursive

on the first pull of the repo to pull the submodule

To update submodules

git submodule update --remote --merge

Local Build

To test and run locally:

make build   # Build latest docker container
make run     # Run that container locally
make push    # Push the container up (mostly for me...)