repository
0.0.0-20241108160800-40c567803b6e
Repository: https://github.com/kctjohnson/mid-blog.git
Documentation: pkg.go.dev
# README
Midblog
A satirical blog site where all of the posts are content-locked and AI generated.
Built using Go, Templ, Tailwind, DaisyUI, and HTMX.
Large amounts of text have been generated using OpenAI's GPT-3.
Running
Make sure you've got an MySQL backend up and running. I use docker, you can run it however you like.
Also make sure you've got all of the .env
file filled out properly. You'll need an OpenAI key.
Run go mod tidy
, then npm i
, then air
, and the blog should run.