This repository contains the source code for the openrca.io website.
The website is built using Hugo static site generator and is currently hosted on Github pages. The full rendered version of the static content is available in the openrca.github.io repository.
Install Hugo:
$ brew install hugoInstall Node.js dependencies:
$ npm installLoad theme submodule:
$ git submodule update --init --recursiveRun Hugo server:
$ hugo serve -s ./src -d ../publicIn order to deploy rendered content to Github pages, run:
$ ./deploy.sh