# make sure you have docker | |
git clone https://github.com/leandromoreira/nott.git | |
cd nott | |
git checkout 0.0.3 | |
# in a tab | |
make run | |
# wait until the platform is up and running | |
# and in another tab run | |
make broadcast_tvshow | |
# ^ for linux users you use --network=host and your | |
# IP instead of this docker.for.mac.host.internal | |
# for windows user I dunno =( | |
# but you can use OBS and point to your own machine | |
# open your browser and point it to http://localhost:8080/app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment