Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Luizrebelatto committed Jun 8, 2024
2 parents 638caed + 58d6d13 commit 195c6b0
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CONTRIBUTING.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Contributing

Contributing to this project should be as easy and transparent as possible.

## Workflow

1. Fork the repository and create your branch from `master`.
2. If you've changed the functionality, update the documentation.
3. Issue that pull request! :tada:

## License

By contributing, you agree that your contributions will be licensed under the [MIT License](https://choosealicense.com/licenses/mit/).
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@
```sh
npx create-expo-app init MyApp --template template-reactnative-setup
```

## ⚒️ How to Environments:
- create a file .env, inside these files creates its variables:

```.env
BASE_URL=
```

## :computer: Contributing

Contributions are very welcome. Please check out the [contributing document](https://github.com/Luizrebelatto/template-reactnative-setup/blob/master/CONTRIBUTING.MD).

## :bookmark: License

This project is [MIT](https://github.com/Luizrebelatto/template-reactnative-setup/blob/master/LICENSE) licensed.

0 comments on commit 195c6b0

Please sign in to comment.