This is the code running https://jacobpowell.dev
Before you run the blog, remove the .example from the sample .env files and prepare them as relevant to you.
To run the blog:
Locally, for viewing:
git clone https://github.com/Scout2012/blog.git
cd blog
npm i
npm run build && npm run startLocally, for development:
git clone https://github.com/Scout2012/blog.git
cd blog
npm i
npm run devDocker:
git clone https://github.com/Scout2012/blog.git
cd blog
make build-prod && make start-prod