Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 586 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 586 Bytes

Update: I've migrated to Squarespace, this is no longer in use.

This is my website. There are many like it, but this one is mine.

Setup

$ nvm use # Fetch the right node version
$ make    # install deps, lint, build static assets

Dev

$ yarn dev # serve with hot reload at localhost:3000

Generate static website

$ make build # output goes to dist/

Deploy

Whatever tickles your fancy for deploying a static website. I'm using Netlify 🤷🏾‍♂️