Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 375 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 375 Bytes

Quizzes @ Le Wagon

You can dowload all PDFs here

Contribution

To re-generate the quizzes:

bin/jekyll build
git add pdf
git commit -m "Regenerated the PDFs"
git push origin master

To debug locally, run:

HTML_DEBUG=true bin/jekyll serve --watch --trace

And then open localhost:4000