A community maintained wiki for DeFi Kingdoms brought to you by Degen Heroes.
The following install instructions are from: https://jekyllrb.com/.
gem install bundler jekyll
After installing jekyll, enter the working directory and start the jekyll server:
bundle
bundle exec jekyll serve
If this breaks with a reason of:
[...] servlet.rb:3:in `require': cannot load such file -- webrick (LoadError)
then perform this additional step:
bundle add webrick
- Check Jekyll's documentation