/mimuw-blog2024L

Practical Distributed Systems 2024L

Primary LanguageSCSS

RTB House MIMUW lecture blog: Practical distributed systems

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/

Editing

Set up the environment:

sudo apt install ruby-dev ruby-bundler && bundle install

Preview changes:

bundle exec jekyll serve 

Publish:

git commit
git push