Developer's Guide - oaktown4h/website GitHub Wiki

Set up your computer

Prerequisites

Clone the website repository

  • create a directory to store your work - for example "WORK".
  • open a terminal and go to the "WORK" directory.
  • run
    git clone https://github.com/oaktown4h/website.git   # you can use git ssh if you know how to
    cd website
    git submodule update --init
    

Run the sample site

  • in your terminal - change directory into website/
  • run hugo serve
  • in your browser http://localhost:1313/