Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 767 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 767 Bytes

Pure FP

Code in core module is accessible in your 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

When you are ready push the repository to github (including the compiled slides in docs). Then go to project settings -> GitHub Pages and select master branch /docs folder for the source of github pages.

This project was generated using Giter8 with template presentation.g8