clone the source code
git clone https://github.com/vorant94/subs-savvy.git
cd subs-savvy
git remote add wiki https://github.com/vorant94/subs-savvy.wiki.git
git fetch --all
setup Node via Homebrew
brew install node@22
install dependencies
npm i
npx playwright install
Important
One commit should never combine both source code and docs changes
push source code changes
git push
push docs changes
git subtree push --prefix docs wiki master