Skip to content

dhconnelly/dhcdev

Repository files navigation

dhcdev

Source code and static content for my personal web site.

Usage

# build the site and start the server
go run .

# navigate to http://localhost:8080

Run integration tests

./test.sh

Deploy to production

The site is served on GCP Cloud Run. It will automatically pick up new pushes to the main branch and deploy them after merge.

License

All content in pages is licensed under CC BY 4.0. Everything else falls under the MIT license (see the LICENSE file).