https://github.com/gbdev/cameraclub-www
Home page of the Gameboy camera club, showing off some community content and curated zines
https://github.com/gbdev/cameraclub-www
Last synced: 7 months ago
JSON representation
Home page of the Gameboy camera club, showing off some community content and curated zines
- Host: GitHub
- URL: https://github.com/gbdev/cameraclub-www
- Owner: gbdev
- Created: 2024-08-22T08:53:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T16:29:03.000Z (over 1 year ago)
- Last Synced: 2025-06-13T12:26:03.761Z (8 months ago)
- Language: HTML
- Homepage: https://cameraclub.gbdev.io/
- Size: 4.34 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gameboy camera club www
A small website for the Gameboy camera club, showing off some community content and curated zines.
Install [go](https://go.dev/) and [hugo](https://gohugo.io/), 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
```bash
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](https://github.com/casey/just) you can use `sudo apt-get install just`