Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 753 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 753 Bytes

Kost App

An Application for find a 'Kost' House (Indonesian word for Hostel)

Guidance

Coding style

This project use Google standard style
(details here https://google.github.io/styleguide/jsguide.html)

Commit Rules

New branch should begin from latest commit of branch development
Each branch except master and development should begin with prefix:

  • feature/
  • hotfix/
  • release/
  • support/

For every commit, its message should follow Conventional Commits For example:

  • feat(ui): slice login page
  • fix(login): token not stored correctly
  • docs: update documentation for README.md

How to install

  1. flutter doctor -v
  2. flutter start