Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 660 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 660 Bytes

Cats Effect - Supervisor, Dispatcher, IOLocal

Sources for the following talk: https://kamilkloch.github.io/cats-effect-scalar

Building

Code in core module is accessible from within the slides

Raw slides are in slides/mdoc/index.html

How to compile slides

run sbt slides/mdoc to compile slides using mdoc. You can then view the slides by opening docs/index.html in your browser.

How to publish slides with github

Push the changes (including the compiled slides in docs) to github.

Go to project settings -> GitHub Pages and select main branch /docsr as the source for github pages.