In bips.dev, with submodule pointed to cryptoquick/bips, p2qrh branch:
git submodule update --recursive --init
./scripts/bips.sh
./scripts/static.sh
./scripts/generate.sh
./scripts/tailwind.sh
cd web/
zola serveVisit:
Ctrl-U, Ctrl-A, Ctrl-C
Paste in index.html.orig
Apply changes.patch to index.html.orig output to index.html:
patch bip360.html.orig -o bip360.html < changes.patchIf updates to the patch file are ever needed:
diff bip360.html.orig bip360.html > changes.patch