Skip to content

Commit

Permalink
Merge pull request #15 from ECiurleo/mac-setup-instructions
Browse files Browse the repository at this point in the history
Readme for Mac
  • Loading branch information
gmkurtzer authored Nov 8, 2023
2 parents 7b4db31 + 3243692 commit 8cc15fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ tmp

hugo.exe
hugo.linux
hugo.darwin
hugo.darwin

14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
### Mac Instructions (M1)

**Prerequisites**
`brew install go`
`brew install hugo`
`brew install sass/sass/sass`

**Build**
`hugo`

**Run Locally**
`hugo server`

By default this will run the service locally on http://localhost:1313/

0 comments on commit 8cc15fc

Please sign in to comment.