Frequently go through the process of running quartz locally to make updates/modifications before pushing onto the public site, and this involves a (lengthy when repeated as often as TM) process of:
- Open command prompt
- Change directory to the folder the quartz stuff is in
- Type & run
npx quartz build --serve - Click link to
http://localhost:8080/to open locally built site
Might not seem like much, but annoying, unnecessary friction for an activity performed frequently. So, want to create some kind of automation to perform all this from e.g. 1 command/click.