Repo for the Frenemy game website.
-
Clone this repo:
mkdir -p ~/go/src/github.com/mwalto7/frenemy-website
cd ~/go/src/github.com/mwalto7/frenemy-website
git clone https://github.com/mwalto7/frenemy-website.git .
git clone https://github.com/panr/hugo-theme-terminal.git themes/terminal
code . # or open in your favorite text editor
-
Checkout a new branch with your name (i.e.,
git checkout -b <your-name>
). Don't make edits on themaster
branch. -
Run
hugo serve -t terminal
and visithttp://localhost:1313
for local development. When you make a change and save, the Hugo server will automatically update the webpage.