
I want to make a Custom sheet for Blades in the Dark but I am so very new to html/pug/css etc. This link looks really helpful and I have picked up some of what I need but there are some basic steps I need help with: <a href="https://github.com/joesinghaus/Blades-template/tree/49a5110c39cc0257b13117ec78386bdecb836409" rel="nofollow">https://github.com/joesinghaus/Blades-template/tree/49a5110c39cc0257b13117ec78386bdecb836409</a> The first line in the readme is: " The sheet uses pug as a HTML preprocessor and SCSS as a SCSS preprocessor. This means that you need to compile the two main source code files ( Source/blades.pug and Source/blades.scss ) into the actual blades.html and blades.css files. " However, none of this is explained. Is there a YouTube video or other primer I could access to explain things like how I compile pug into html (I think)? Context: Mostly I am good with the layout of the sheet but I want to swap out some of the content. Like I am replacing some skills (WRANGLE replacing HUNT) which mostly means I need to edit the translation.json (I think) but something is more complex than that