/frenemy-website

Repo for the Frenemy game website.

Primary LanguageCSS

Frenemy Website

Repo for the Frenemy game website.

Getting Started

  1. Install Hugo.

  2. 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
  1. Checkout a new branch with your name (i.e., git checkout -b <your-name>). Don't make edits on the master branch.

  2. Run hugo serve -t terminal and visit http://localhost:1313 for local development. When you make a change and save, the Hugo server will automatically update the webpage.