Skip to content

vorant94/subs-savvy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

142b830 · Jan 19, 2025
Dec 15, 2024
Oct 15, 2024
Oct 15, 2024
Oct 17, 2024
Dec 15, 2024
Oct 17, 2024
Jan 19, 2025
Jul 19, 2024
Jan 7, 2025
Jun 9, 2024
Oct 15, 2024
Jan 7, 2025
Jan 19, 2025
Jan 7, 2025
Jan 19, 2025
Jan 19, 2025
Dec 15, 2024
Jan 19, 2025
Dec 15, 2024
Oct 15, 2024
Dec 15, 2024
Jan 19, 2025
Dec 15, 2024
Dec 15, 2024

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