Skip to content

infrahouse/infrahouse-com

Repository files navigation

infrahouse.com website

The website uses hugo with a Hugoplate template.

Development

Checkout the source code.

git clone git@github.com:infrahouse/infrahouse-com.git
cd infrahouse-com

Create a branch

git checkout -b new-feature

To run a development instance locally, execute

make start

The website is available on http://localhost:1313/ .

When the local copy is ready for submission, create a pull request (Make sure you have installed GitHub CLI).

git commit -am "Branch new awesome feature"
gh pr create

If pull request checks are green, merge the PR

gh pr merge -ds

After about 30 minutes, the new version will be available on https://staging.infrahouse.com

Deployment to production

TBD