- Clone the repository :
git clone https://github.com/JrSchmidtt/pdf-reporter
. - Install GO to run.
- Install Visual Studio Code to edit.
- Install wkhtmltopdf to render.
- Open your Terminal and run
go mod tidy
in folder to install dependencies. - Run
go run main.go
.
- Fork the repository!
- Clone your fork.
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Golang PDF Reporter API © JrSchmidt.
Authored and maintained by Schmidt#9639.