reddit video maker
1.0.0
Automated content production in the form of Reddit videos.
Features:
This repo consists of two parts:
project-bog: The backend generating all the videos, communicating with reddit API etc.
hammurabi: The react frontend.
# Install packages for both repos
$ make install
# Build web client, move files
$ make build
$ cd bog-api
$ yarn start