My personal website. View at justinpaulhammond.com.
# Copy the env file, edit as needed
cp src/.env-example src/.env
# Run the setup script which will bootstrap all the requirements and spin up the service
just setup
Visit justinpaulhammond.localhost
locally or justinpaulhammond.com
in production.
# Deploy the site locally
just run
# Deploy the site in production
just prod
# Get a comprehensive list of development tools
just --list