Go to file
riomoo adcddbb73b
Merge branch 'dev'
- New Addition
- FFMPEG Install Tutorial
2024-04-05 12:34:38 -04:00
assets Updated dog ear zine 2024-03-28 18:37:19 -04:00
templates New Addition 2024-04-05 12:33:39 -04:00
.env Initial Commit 2024-03-26 00:27:17 -04:00
.gitignore Initial Commit 2024-03-26 00:27:17 -04:00
LICENSE Initial Commit 2024-03-26 00:27:17 -04:00
README.md Initial Commit 2024-03-26 00:27:17 -04:00
go.mod Initial Commit 2024-03-26 00:27:17 -04:00
go.sum Initial Commit 2024-03-26 00:27:17 -04:00
main.go Initial Commit 2024-03-26 00:27:17 -04:00
zine.service Initial Commit 2024-03-26 00:27:17 -04:00

README.md

ffmpeg.zines

A repository for the ffmpeg.zines website

Prerequisites

  • You need to have Go installed on your computer. The version used to test the code in this repository is 1.21.5.

Get started

  • Rename the .env.example file to .env.
  • cd into it and run the following command: go build && ./zines to start the server on port 8555.
  • Visit http://localhost:8555 in your browser.