IndraFrontend has both web and mobile version of Indra agent-based modeling system. It utilizes the existing API of Indra to deliver a front-end to mobile users.
- Framework: React Native
- Documentation: Jsdoc
- Continuous Integration: Github Actions
- To install the required environment for mobile app: make dev_env_native
- To local host the mobile app:
cd IndraReactNative && make start
orcd IndraReactNative && expo start
IndraReactCommon
: for common code between web and mobile apps.IndraReactNative
: code for the mobile app.IndraReactWeb
: code for the web app