Deploy

Petunjuk Bekerja

Requirements:

  • Install Node LTS
  • Clone Repo

Cara Berkontribusi:

Clone repo yang akan dikerjakan, baik itu front end maupun back end

  git clone <link_repo>

Buat branch baru

  git branch <new_branch>
  git checkout <new_branch>

Jika sudah selesai, push branch

  git add .
  git commit -m "<pesan_commit>"
  git push -u origin <new_branch>