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.
- Host: GitHub
- URL: https://github.com/justintime50/justinpaulhammond
- Owner: Justintime50
- License: mit
- Created: 2019-05-08T05:23:46.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T21:50:30.000Z (6 months ago)
- Last Synced: 2025-05-08T22:33:58.358Z (6 months ago)
- Topics: hammond, justin, paul, personal-website
- Language: PHP
- Homepage: https://justinpaulhammond.com
- Size: 47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# justinpaulhammond.com
My personal website. View at [justinpaulhammond.com](https://justinpaulhammond.com).
[](https://github.com/Justintime50/justinpaulhammond.com/actions)
[](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
```