Bluemage/README.md

31 lines
582 B
Markdown
Raw Normal View History

2024-08-04 21:09:54 +07:00
# Bluemage
2024-08-07 10:41:00 +07:00
Reddit Image Downloader, but Codegen based
## Development Setup
> Dependencies
- Go 1.22.5+
- [Goverter@v1.5.0]
- [Bob@v0.28.1]
- NodeJS 20+
- ConnectRPC codegen related binaries:
- protoc-gen-go
- protoc-gen-connect-go
- protoc-gen-es
- protoc-gen-connect-es
[Goverter@v1.5.0]: https://github.com/jmattheis/goverter/tree/v1.5.0
[Bob@v0.28.1]: https://github.com/stephenafamo/bob/tree/v0.28.1
## Build
Install dependencies, then run the following command:
```sh
$ make build
```
If all success, the built binary will be available in the `bin` directory.