From c7a7177d9dea5be09ed2779030237b27fba75f0f Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 22 Feb 2026 15:20:30 +0100 Subject: [PATCH] chore: show off --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6d8bb83..88661af 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,10 @@ There is a service worker (`src/sw.mjs`) that caches assets on client browsers. If you want to run build before deploying, do `npm run build:deploy` +## Auto-mirror to various code forges + +The power of git lies within its decentralized nature. I push this project to three different code forges, because I'm paranoid like that. No, I just like to show off. I do this with a post-commit hook that automatically calls "git push --mirror", and you can see that in the `.husky/post-commit` file. + --- _Just keep building._