The website of the Dododo game. The site is written in Jekyll.
Install Ruby, and then run
git clone --recursive https://github.com/dododogame/dododogame.github.io.git
cd dododogame.github.io
bundle install # and resolve all errors if there are any
bundle exec env JEKYLL_ENV=production jekyll build
Then, the site files are built into the _site
directory.
There are several pages in the repo that you may contribute to by sending pull requests.
All contents that are not in submodules are licensed under
For contents in submodules, see the specific submodule for their licenses.