React JS and React Native App for Integreat, Malte and Aschaffenburg.
You can contribute by:
If you want to know more about Integreat or if you want to join us, contact Max, Steffen or our info mail and visit our website.
This is a monorepo and contains the following projects:
Both projects are whitelabelled with different build configs.
There are also separate sub-projects used by both projects:
- translations: Translated texts and utilities to manage them
- api-client: Implementation of the endpoints (v3) of the integreat cms
- build-configs: Configuration files to build different versions of the apps
If you make changes in these sub-projects, make sure to bump the version in the corresponding package.json and run yarn to make these changes available in both projects.
- Rate our Integreat app in the PlayStore and the Apple App Store.
- Install nodejs. (Version >= 15.0 and <= 16.13.0 required)
- Install yarn.
We suggest IntelliJ IDEA Ultimate as IDE. JetBrains provides free licences for students. If you are using a different IDE like Visual Studio Code (./docs/vscode.md) the steps might differ.
- Import this project (VCS > Get from Version Control).
- Open either the web or native directory separately in IntelliJ (File > Open).
- Follow the steps mentioned in the web README or the native README.
We are recommending to use either a Linux distribution or MacOS for development. If you want to develop on Windows anyway, follow the steps here or use the Windows Subsystem for Linux following the information here.
More information on both the webapp and the native app can be found in the web documentation and the native documentation. Documentation on CI/CD, contributing and our conventions can be found here.