This is the repository containing the slides for the Armored Type Safety with Iron @vbergeron-ledger and @rlemaitre-ledger gave at Scala Matters in Paris, on November 28th, 2023.
The slides are available at https://iron.rlemaitre.com/.
- Clone this repository
git clone [email protected]:rlemaitre-ledger/armored-type-safety-with-iron.git
- Install dependencies
asdf plugin add pandoc https://github.com/Fbrisset/asdf-pandoc.git
asdf install
or
brew install pandoc just
You will also need fswatch
that is not (yet) managed by asdf
.
On Mac:
brew install fswatch
On ubuntu:
apt-get install fswatch
- Before the first build
just install
- Run
just build
To build at each changes on this directory:
just watch
The slides will be in the target directory (website
by default)