No description
|
|
||
|---|---|---|
| assets | ||
| templates | ||
| .env | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
| zine.service | ||
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.examplefile to.env. cdinto it and run the following command:go build && ./zinesto start the server on port 8555.- Visit http://localhost:8555 in your browser.