How to run the website - oaktown4h/website GitHub Wiki
Step 1: Install the tools
Mac
- Open the terminal application
- Install homebrew https://brew.sh/
- Install git
brew install git
- Install hugo
brew install hugo
- Create a work directory for example
Desktop/oaktown4h
Step 2: Clone the repository
- In your terminal application go to the oaktown4h directory
- Clone the oaktown4h website repository
git clone https://github.com/oaktown4h/website.git
- Initialize git submodules.
git submodule init
git submodule update
Step 3: Run the server
- Run hugo server
hugo server
- Open browser and go to the url that the hugo server prints
http://localhost:1313/