/aplod-1

Bangkit Academy Final Capstone Project

Primary LanguageJupyter Notebook

Contribute to Aplod

Bangkit Academy Final Capstone Project

Download Code

  1. Download code from branch "main" OR
  2. Clone Repository. Click on dropdown Code and copy HTTPS link
    Image Copy HTTPS
git clone https://github.com/aplawtech/aplod.git

Next Step

  1. Work on the project locally in your own computer
  2. Create new Branch based on the feature you make using " git checkout -b <new_branch> "
    Example :
git checkout -b layout-member
  1. Commit changes to your branch. Don't forget to give proper commit message so other people can understand it
    Example:
git commit -m "add layout-member"
  1. Push to your branch
    Example:
git push origin layout-member