/test

Personal website, found at http://nathanhoule.com

Primary LanguageTypeScript

nathanhoule.com

My (Nathan Houle) personal website.

Requirements

Development

This project uses Yarn to manage dependencies.

To install dependencies:

$ yarn install

To develop:

$ yarn run dev

Deployment

This site is publicly available at www.nathanhoule.com.

It's deployed as a container image to my Nomad cluster; deployments are automatically performed by CI/CD (Gitea Actions).

To deploy to Nomad manually, see package.json#scripts.deploy (or yarn run deploy); to build the image locally, see package.json#scripts.build-docker.