Skip to content

vorant94/subs-savvy

Repository files navigation

Subs-Savvy

CI/CD GitHub License Checked with Biome

Init Project

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

Push Changes

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