Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 661 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 661 Bytes

gameboy camera club www

A small website for the Gameboy camera club, showing off some community content and curated zines.

Install go and hugo, then:

hugo server

to bring up a development server with hot reload.

Dev Bring Up Tips

Note that you need to use brew rather than apt-get install as of 2024-08-24 or it will not run properly

brew install hugo
brew install go

Afterwards you can then run just init to sync the submodule and then just serve to bring up the dev server with hot reload. To install just you can use sudo apt-get install just