Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 561 Bytes

File metadata and controls

19 lines (12 loc) · 561 Bytes

Roc Streaming website

build

This repo contains the source code and the build script for Roc website.

To build website locally, run:

make

It will build static website + documentation from:

  • roc-toolkit
  • rocd
  • roc-droid

When you push to the main branch, Github actions automatically build and publish website on Github pages.