This website is created to make reading the rules easier, by using hyperlinks, simplified phrases, and color-coded responsive layouts.
- download golang and build Hugo.
- download npm and install ./generator
npm i
. Do this while in ./generator. - build data by using
npm run build
. Do this while in ./generator. - build website using
hugo
. - the website should now be available in
./public
.