added readme

This commit is contained in:
Maximilian Wagner
2025-12-28 00:40:30 +01:00
parent 03c0e3ca77
commit ee0f522844

20
README.md Normal file
View File

@@ -0,0 +1,20 @@
## ServTeX
I made this because I wanted something like this. I have been learning Goland along the way, so some code may seem odd.
### AI-Disclaimer
> No Vibe Coding
The code has been minimally touched by AI in the form of helping me figure out the syntax and language oddities of Golang.
To reduce the 404s I also generated the favicon.
### Usage
Copy the executable and the config.json to the same directory and run
You may want to change the configuration as needed.
### Development
```go
go build
./servtex
```
or `make`, which contains the same.