-
The site is hosted on :
-
First, clone the git repo:
git clone url -
After that: Create you own branch to change your edits;
git checkout -b your-branch-nameYou can change any thing you like to change in your branch:
-
To push your branch in repo is :
git push
-
npm run project-setup -
npm install -
npm run dev