all repos — flounder @ b93b3d7c26305da0995bff88c757eab8d34c2332

A small site builder for the Gemini protocol

README.md (view raw)

 1# Flounder: a portal into the small web
 2
 3A lightweight server to help users build simple Gemini sites over http(s)
 4
 5Designed to help make the Gemini ecosystem more accessible.
 6
 7## Building
 8
 9Requires go 1.15 and sqlite3 development libraries.
10
11`go build`
12
13## Running
14
15For local development, generate some ssl certs, copy `example-config.toml` to `flounder.toml` and set the env variables, then run:
16
17`./flounder serve`