Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 836 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 836 Bytes

<fe/diapos>

Presentations from our Frontend weeklies

The system is thouhgt to focus on the content creation, for which markdown files are used.

Content creation

  1. Create a new markdown file in the ./decks/ folder and name it following the pattern yyyyMMdd-title.md
  2. Add a YAML Front matter at the beginning from your file
  3. npm run start

Happy writting! 😁

Tech stack

Behind the scenes, this is a system based on reveal-md and reveal.js

reveal.js

Next steps

Setup some hooks to build (npm run build) the slides and host them somewhere ⛅️