This is the source code of the RiveScript.com website. It runs on top of my Python CMS called Rophako.
Because of the separation of concerns between Rophako the CMS and the front-end
files of the website it runs, there is a bootstrap.py
script that will
automatically configure Rophako for a local dev environment of RiveScript.com.
Just run python3 bootstrap.py
and you'll be up and running in no time. After
the initial automatic configuration, running bootstrap.py
again acts as an
easy shortcut to running Rophako's server script.