This is the source code of the website luxembourgjs.com. No frameworks, just pure and simple html with some js and some css.
npm install
npm run build
This generates an index.html
using ejs
from data/pres-data.json
file
- 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)