Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 888 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 888 Bytes

Muxu Onboarding

Here you can find resources to setup your machine as a developer.

Prerequisites

On OSX, first, you need to accept the developer licence, to do that launch Xcode and follow the process.

Next, fire up your favorite terminal and install:

Commit messages

Your git commit must starts with:

  • [+] when you add something new, for example: [+] Use the new stripe api
  • [*] when you update something, for example: [*] Update workding on renewal emails
  • [-] when you fix something, for example: [-] Fix renewal emails