A blog with resources for a lecture Practical distributed systems (USOSweb) conducted at the University of Warsaw, Faculty of Mathematics, Informatics and Mechanics.
Live version: https://mimuw.rtbhouse.com/
Set up the environment:
sudo apt install ruby-dev ruby-bundler && bundle install
Preview changes:
bundle exec jekyll serve
Publish:
git commit
git push