Interactive P(doom) calculator and stats pages.
- Install Ruby (3.x recommended) and Bundler.
- Install dependencies:
bundle install - Start the dev server:
bundle exec jekyll serve - Open
http://localhost:4000/pdoom-calculator/in your browser.
While the server runs, changes to the site files trigger an automatic rebuild. Stop the server with Ctrl+C.