Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 490 Bytes

luxembourgjs.com / luxembourgjs.github.io

This is the source code of the website luxembourgjs.com. No frameworks, just pure and simple html with some js and some css.

Install

npm install

Build

npm run build

This generates an index.html using ejs from data/pres-data.json file

How to add slides

  • Add your slides to the JSON file data/pres-data.json
  • npm run build
  • make a pull request (or push to master if you have the rights)