Install the dependencies:
yarn
If you want to edit day-01, you will be writing to the **day-01.cq.md file. You can preview like so:
cd day-01
../node_modules/.bin/cqmd --watch day-01.cq.md --output day-01.md
# new tab (optional)
cd day-01
live-server
- Open the
.cq.mdfile (e.g.day-01.cq.md) - Open the
.mdfile as well (e.g.day-01.md) - Click on the
[Preview]tab and runCMD-P->Markdown: Toggle Preview Locking - Update
day-01.cq.mdand the preview will update automatically