Turn your GitHub repositories containing Markdown files into websites
Requirements: Go 1.25.0+
- Clone and install dependencies:
git clone https://github.com/frenchsoftware/InternetPublishing.git
cd InternetPublishing
go mod download- Create
.envfile:
HTTP_ADDR=:8080
DATABASE_URL=file:app.db
BASE_URL=http://localhost:8080
GOOGLE_CLIENT_ID=your_client_id
GOOGLE_CLIENT_SECRET=your_client_secret-
Set up Google OAuth at console.cloud.google.com and add
http://localhost:8080/auth/google/callbackto redirect URIs -
Run:
make devOpen http://localhost:8080


