/jimthedev.github.io

My blog. Musings on technology, coding, and life.

Primary LanguageHTML

How to contribute

Getting started

  1. Clone the repo. Run git clone git@github.com:jimthedev/jimthedev.github.io.git
  2. Run cd jimthedev.github.io
  3. Check out the source branch with using git checkout source.
  4. Run npm install.

To run a local server

Run npm run server

To publish to the github master branch (production)

Run npm run publish

Please note that the theme being used here is my fork of the Icarus theme and is installed during npm's postinstall hook.