https://github.com/blairnangle/blairnangle-dot-com
Personal website. Hosted on AWS S3 and CloudFront.
https://github.com/blairnangle/blairnangle-dot-com
gatsby personal-blog personal-website react s3-website
Last synced: 2 months ago
JSON representation
Personal website. Hosted on AWS S3 and CloudFront.
- Host: GitHub
- URL: https://github.com/blairnangle/blairnangle-dot-com
- Owner: blairnangle
- License: mit
- Created: 2022-02-28T12:42:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T13:02:27.000Z (6 months ago)
- Last Synced: 2025-01-25T11:41:53.757Z (4 months ago)
- Topics: gatsby, personal-blog, personal-website, react, s3-website
- Language: JavaScript
- Homepage: https://blairnangle.com
- Size: 9.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blairnangle-dot-com
[](https://github.com/blairnangle/blairnangle-dot-com/actions/workflows/infra.yml)
[](https://github.com/blairnangle/blairnangle-dot-com/actions/workflows/website.yml)
Personal website. Hosted on AWS S3 and CloudFront.
## Running locally
### Development mode
To run the site in development mode with hot reloading:
```shell
./run-local.sh
```### As-production
To ensure content is server-side rendered locally (as it is in production):
```shell
./run-production-build-local.sh
```## License
Distributed under an [MIT License](./LICENSE).