Skip to content

Justintime50/justinpaulhammond

Repository files navigation

justinpaulhammond.com

My personal website. View at justinpaulhammond.com.

Build Status Licence

Install

# 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

Usage

Visit justinpaulhammond.localhost locally or justinpaulhammond.com in production.

Deploy

# Deploy the site locally
just run

# Deploy the site in production
just prod

Development

# Get a comprehensive list of development tools
just --list