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 hugo
Install Node.js dependencies:
$ npm install
Load theme submodule:
$ git submodule update --init --recursive
Run Hugo server:
$ hugo serve -s ./src -d ../public
In order to deploy rendered content to Github pages, run:
$ ./deploy.sh