Developer's Guide - oaktown4h/website GitHub Wiki
Set up your computer
Prerequisites
- install
git
: https://git-scm.com/downloads - install
hugo
: https://gohugo.io/getting-started/installing
website
repository
Clone the - 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/