Make sure you have Python 3 installed.
brew install python3
sudo apt-get python3
Note: Not verified if this command works.
Not sure how to make this work on Windows.
Open up Terminal. Clone this repo to your favorite location on your local machine:
cd <enter path to your favorite folder here>
git clone https://github.com/michigan-lemma/Website-source-code.git
python3 -m http.server 8000
Type localhost:8000
in your browser search bar.