# Clone este repositório
$ git clone https://github.com/GusttavoCastilho/Burger
# Acesse a pasta do projeto no seu terminal/cmd
$ cd Burger
# Instale as dependências
$ yarn install
# Inicie o Metro bundler
$ yarn start
# Por fim, execute:
$ yarn android # caso seu dispositivo seja android
$ yarn ios # caso seu dispositivo seja ios
Fork this repository
# Clone your fork
$ git clone your-fork-url && cd Burger
# Create a branch with your feature or bug fix
$ git checkout -b my-branch
# Commit your changes
$ git commit -m 'my changes'
# Push your branch
$ git push origin my-branch
Delete your branch, if you want, when your pull request merge.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with 💜 by Gustavo Castilho Valenciano