TreeMapper is open source application based on react-native licensed under terms of GPL v3. It is managed by Plant-for-the-Planet Foundation and open source contributors.
For contributions please read our contribution guide as well as our code of conduct and the following information:
Data uploaded by TreeMapper can be viewed on the Plant-for-the-Planet Platform
The repository is structured by using Expo managed workflow.
Copy .env.sample
file to .env
file and add the missing tokens.
npx expo prebuild --platform ios --clean
npx expo run:ios --device
npx expo prebuild --platform android --clean
npx expo run:android --device
This project uses GitFlow (https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) with Master-Branch main
and Development-Branch develop
.
The deployment and production of this app is also possible due to support from open-source software contributors.