Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2 KB

README.md

File metadata and controls

62 lines (47 loc) · 2 KB

hackernews_flutter

Hacker news app written in Flutter.

drawing

Getting Started

  • Run make setup to setup project.

  • Run make dart-fix-quietly to quick fix dart syntax.

  • Run make run to run project.

Coding convention

  • Separate subject from body with a blank line
  • Limit the subject line to 50 characters
  • Capitalize the subject line
  • Do not end the subject line with a period
  • Use the imperative mood in the subject line
  • Wrap the body at 72 characters
  • Use the body to explain what and why vs. how

Build with

CI