Skip to content

vorant94/subs-savvy

Repository files navigation

Subs-Savvy

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@20

OR setup Node via NVM

 brew install nvm
 nvm install
 nvm use

install dependencies

npm i
npm run e2e:setup

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