reddit video maker
1.0.0
Produksi konten otomatis dalam bentuk video Reddit.
Fitur:
Repo ini terdiri dari dua bagian:
project-bog : Backend menghasilkan semua video, berkomunikasi dengan Reddit API dll.
hammurabi : The React Frontend.
# Install packages for both repos
$ make install
# Build web client, move files
$ make build
$ cd bog-api
$ yarn start