git clone git@github.com:LauraCastrillonMp/pisag.git
npm i
npm run dev
-
git add .
-
git commit -m "Message"
-
git remote add origin git@github.com:LauraCastrillonMp/pisag.git
-
Verify that you´re linked with the repo: git remote -v, Should appear minimum 1 link to the repo with fetch or push, or both
-
git push -u origin main