An open API service indexing awesome lists of open source software.

https://github.com/justintime50/justinpaulhammond

My personal website.
https://github.com/justintime50/justinpaulhammond

hammond justin paul personal-website

Last synced: 6 months ago
JSON representation

My personal website.

Awesome Lists containing this project

README

          

# justinpaulhammond.com

My personal website. View at [justinpaulhammond.com](https://justinpaulhammond.com).

[![CI Status](https://github.com/Justintime50/justinpaulhammond.com/workflows/ci/badge.svg)](https://github.com/Justintime50/justinpaulhammond.com/actions)
[![Licence](https://img.shields.io/github/license/justintime50/justinpaulhammond.com)](LICENSE)

## Install

```bash
# 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

```bash
# Deploy the site locally
just run

# Deploy the site in production
just prod
```

## Development

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