Skip to content

RefactorOrDie/refactorordie.com

Repository files navigation

blog

Build Status

The primary goal of the blog is to practice writing about software development and my many other interests such as user experience design, graphic design, and developer experience design (IDE development, Type systems, project tracking and estimation, etc).

Posts are in /content/posts

Contributing

  1. Install Hugo which compiles the website
  2. Setting up asset building yarn

Building and serving hugo: hugo server -d public -w Building assets: yarn start