A repository for the ffmpeg.zines website
- You need to have Go installed on your computer. The version used to test the code in this repository is 1.21.5.
- 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.