Building the website depends on Hugo. So, first make sure that you have it installed. If on OS X and using Homebrew, run the following:
brew update && brew install hugoThen, get the website running locally:
git clone https://github.com/veriskope/rtmp
cd website
hugo serverThen visit http://localhost:1313.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion by you, shall be licensed as MIT, without any additional terms or conditions.