Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 577 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 577 Bytes

ChristianHain.com

This repo contains the source code for my personal website.

Prerequisites

This repo uses yarn to and gulp to manage deployment.

How to deploy

  1. Download the source code
  2. Install dependencies
    $ yarn
  3. Build the files to be hosted
    $ yarn build
  4. Copy the contents of /public to the server

Development Notes

  1. Any assets that should not be stored in Git are hosted at https://assets.christianhain.com
  2. CSS and JS files are manually cache-busted