Skip to content

homebase-id/homebase-id-app

Repository files navigation

Homebase Feed Mobile

Homebase feed and chat app powered by Odin.

Get it on Google Play

    Get it on Google Play

Running Locally

In order to get everything running you'll need the back-end web server, see the Odin repository to get started.

Once you have the back-end running, you can start the mobile app by following the instructions below.

Install dependencies

npm install

Start Metro

npm start

Log in with local identities on Android

# run adb as root:
adb root

# adb proxy port 443
adb reverse tcp:443 tcp:443

Now you can log in with local identities such as frodo.dotyou.cloud.

Note

No Such configuration is required for iOS simulators.

Contributing

Contributions are highly Welcomed 💙 . Feel free to open PRs for small issues such as typos. For large issues or features, please open an issue and wait for it to be assigned to you.

You can reach out to us on our Discord server if you have any questions or need help.

Communications

Please use the issue tracker on GitHub to report bugs.

Security Disclosures

If you discover any security issues, please send an email to info at homebase dot id. The email is automatically CCed to the entire team and we'll respond promptly.

License

This project is licensed under the terms of the AGPL3 license. See the LICENSE file.