Samarinda Hackathon is a digital business application development competition, covering e-waste, e-retribusi and e-parking, utilizing various APIs from Government of Samarinda City digital platforms which are provided by Kominfo Samarinda.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software
The quickest way to usage with this repository to generate an application as shown below:
Create the app:
$ git clone https://github.com/azishexacrew/hackathon.samarindakota.go.id.git
$ cd hackathon.samarindakota.go.id
Create new branch for your team
$ git checkout -b name-team
Add working directory files
$ git add <filename> atau git add *
$ git commit -m "add index"
$ git push origin name-team
Update your local repository to the newest commit
$ git pull origin name-team