Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 587 Bytes

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