Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 829 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 829 Bytes

Micro Frontends talk

Start by opening index.html in a browser

Set full screen (e.g. with "F")

Start speaker mode (server needed only for speaker notes):

Print with:

NOTE: the dir assets contains presentation specific runtime assets

Reveal

Installed Reveal by downloading 4.3.1 from https://github.com/hakimel/reveal.js/releases

Codestar theme

css/theme/source/codestar.scss dist/theme/fonts/conduit-itc-std/* dist/theme/fonts/fira-code/*

  • run npm i
  • run npm run build -- css-themes
  • start like explained at the top of this file

Disabled timer in speaker view

  • modified CSS in plugin/notes/speaker-view.html
  • rebuild with npm run build