Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 880 Bytes

File metadata and controls

49 lines (30 loc) · 880 Bytes

Setup

STEP 1. Installation

Install Hugo

If you are on macOS and using Homebrew, you can install Hugo with the following one-liner:

brew install hugo

If you are on a Windows machine

If you use Chocolatey for package management, you can install Hugo with the following one-liner:
choco install hugo -confirm

OR

If you use Scoop for package management, you can install Hugo with the following one-liner:
scoop install hugo

To verify your new install:

hugo version

STEP 2. Cloning the repository

git clone https://github.com/Immutable-Tag/immutable-tag.github.io.git

STEP 3. Running the application locally

Go to the folder where you cloned this repository and run the following one-liner:

hugo server