Building locally
Change into the directory where you cloned the source:
[bash]: Run this on your workstation:
cd ~/git/vendor/enigmacurry/org
Run the install method to download the theme:
[bash]: Run this on your workstation:
## This just downloads/installs the theme:
make install
Build the site:
[bash]: Run this on your workstation:
## This builds the entire static site into the public/ directory:
make build
Run the development server:
[bash]: Run this on your workstation:
## This builds the entire site, and then runs the live reload server:
make serve