Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 2.31 KB

README.md

File metadata and controls

71 lines (48 loc) · 2.31 KB

klApp

Mobile app written in react-native for bowls products delivery in a first special edition in Nicoya, Guanacaste!


External dependencies

Commitizen

You must follow this steps to install commitizen with emojis properly

# Step 1
$ npm install --global cz-emoji

# Step 2
# set as default adapter for your projects
$ echo '{ "path": "cz-emoji" }' > ~/.czrc

Commiting culture

To commit a change you must type git cz, select the proper option for your change and follow the steps that will be shown

? Select the type of change you're committing: (Use arrow keys or type to search)
> feat:      🍻  A new feature
  fix:       💩  A bug fix
  test:      🚓  Testing improved with new or fixed tests
  chore:     🔩  Doesn't modify src or test files
  style:     🎨  Doesn't affect the meaning of the code (white-space, semi-colons, etc)
  docs:      📚  Documentation change
  refactor:  🔧   Neither fixes a bug or adds a feature
(Move up and down to reveal more choices)

Work environment

In order to work with an environment that meet the requirements of this kind of technology you must:

1. Chose your text editor of preference

Visual Studio Code recomended

If you are using VS code, its recomended to install this extensions

or look for similar options in you prefered text editor

2. Install a terminal that fits better for you

For windows is recomended cmder

For mac hyper and oh-my-zsh for $bash

3. Install node & npm

windows: node install link

Mac: Follow this instructions

4. Install react-native cli, in our case expo-cli

type bellow command

$ npm install -g expo-cli

Done, your good to go!